[DefaultValue(True)] [Description("A value indicating whether the command should create the front layer with high quality.")] public bool HiQualityFrontLayer { get; set; }
[DefaultValue(True)] [Description("A value indicating 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("A value indicating whether the command should create the front layer with high quality.")] public:
property bool HiQualityFrontLayer { bool get(); void set(bool value); }
'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the command should create the front layer with high quality.")> Public Property HiQualityFrontLayer As Boolean
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.
Default value is true.