ModelEnableSectioning Property
|
Property that indicates whether sectioning
should be enabled in the views displaying this Model object.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool EnableSectioning { get; set; }
Public Property EnableSectioning As Boolean
Get
Set
public:
property bool EnableSectioning {
bool get ();
void set (bool value);
}
member EnableSectioning : bool with get, set
Property Value
Boolean
See Also