AbstractViewTableRecordBackClipEnabled Property
|
Property that indicates whether the back
clipping plane is enabled.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool BackClipEnabled { get; set; }
Public Property BackClipEnabled As Boolean
Get
Set
public:
property bool BackClipEnabled {
bool get ();
void set (bool value);
}
member BackClipEnabled : bool with get, set
Property Value
Boolean
See Also