'Declaration <DescriptionAttribute("A value indicating whether the front layer must be created.")> <DefaultValueAttribute(True)> Public Property CreateFrontLayer As Boolean
[Description("A value indicating whether the front layer must be created.")] [DefaultValue(True)] public bool CreateFrontLayer { get; set; }
[Description("A value indicating whether the front layer must be created.")] [DefaultValue(True)] public: __property bool get_CreateFrontLayer(); public: __property void set_CreateFrontLayer(
bool value
);
[Description("A value indicating whether the front layer must be created.")] [DefaultValue(True)] public:
property bool CreateFrontLayer { bool get(); void set(bool value); }
Property Value
true - the front layer must be created; false - the front layer must not be created. Default value is true.