LayoutMinExtents 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 MinExtents { get; set; }
Public Property MinExtents As Vector3
Get
Set
public:
property Vector3 MinExtents {
Vector3 get ();
void set (Vector3 value);
}
member MinExtents : Vector3 with get, set
PROPERTY MinExtents AS Vector3 GET SET
Property Value
Type:
Vector3See Also