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