LayoutMaxExtents Property
|
Gets or sets the maximum extents for this layout.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 MaxExtents { get; set; }
Public Property MaxExtents As Vector3
Get
Set
public:
property Vector3 MaxExtents {
Vector3 get ();
void set (Vector3 value);
}
member MaxExtents : Vector3 with get, set
PROPERTY MaxExtents AS Vector3 GET SET
Property Value
Type:
Vector3See Also