HeaderVariablesExtMax Property
|
X, Y, and Z drawing extents upper-right corner (in WCS).
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 ExtMax { get; set; }
Public Property ExtMax As Vector3
Get
Set
public:
property Vector3 ExtMax {
Vector3 get ();
void set (Vector3 value);
}
member ExtMax : Vector3 with get, set
PROPERTY ExtMax AS Vector3 GET SET
Property Value
Type:
Vector3See Also