ViewEnableBackClip Property
|
Property that indicates whether back clipping
is enabled for this Viewport object.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual bool EnableBackClip { get; set; }
Public Overridable Property EnableBackClip As Boolean
Get
Set
public:
virtual property bool EnableBackClip {
bool get ();
void set (bool value);
}
abstract EnableBackClip : bool with get, set
override EnableBackClip : bool with get, set
Property Value
Boolean
See Also