'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.")> Public Property ReconnectBrokenObjects As Boolean
[DefaultValue(True)] [Description("A value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.")] public bool ReconnectBrokenObjects { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.")] public: __property bool get_ReconnectBrokenObjects(); public: __property void set_ReconnectBrokenObjects(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.")] public:
property bool ReconnectBrokenObjects { bool get(); void set(bool value); }
Property Value
true - повторно соединить сломанные объекты; false - полностью удалить строку.