ViewportFrontClipPlane Property
|
Gets or sets the front clip plane Z value.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double FrontClipPlane { get; set; }
Public Property FrontClipPlane As Double
Get
Set
public:
property double FrontClipPlane {
double get ();
void set (double value);
}
member FrontClipPlane : float with get, set
PROPERTY FrontClipPlane AS REAL8 GET SET
Property Value
Type:
DoubleSee Also