'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("Indicates whether the command should create the front layer with high quality.")> Public Property HiQualityFrontLayer As Boolean
[DefaultValue(true)] [Description("Indicates whether the command should create the front layer with high quality.")] public bool HiQualityFrontLayer {get; set;}
[DefaultValue(true)] [Description("Indicates whether the command should create the front layer with high quality.")] public: __property bool get_HiQualityFrontLayer(); public: __property void set_HiQualityFrontLayer( bool value );
[DefaultValue(true)] [Description("Indicates whether the command should create the front layer with high quality.")] public: property bool HiQualityFrontLayer { bool get(); void set ( bool value); }
Property Value
true - command should create the front layer with high quality; false - command should create the front layer with normal quality.Default value is true.