[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); }
'Declaration <DescriptionAttribute("A value indicating whether the front layer must be created.")> <DefaultValueAttribute(True)> Public Property CreateFrontLayer As Boolean
Property Value
true - должен быть создан передний слой; false - передний слой создавать нельзя. Значение по умолчанию - true.