HeaderVariablesPLimMax Property
|
Maximum X and Y limits in paper space.
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2 PLimMax { get; set; }
Public Property PLimMax As Vector2
Get
Set
public:
property Vector2 PLimMax {
Vector2 get ();
void set (Vector2 value);
}
member PLimMax : Vector2 with get, set
PROPERTY PLimMax AS Vector2 GET SET
Property Value
Type:
Vector2See Also