VPortSnapBasePoint Property
|
Gets or sets the snap base point in DCS (Display Coordinate System)
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2 SnapBasePoint { get; set; }
Public Property SnapBasePoint As Vector2
Get
Set
public:
property Vector2 SnapBasePoint {
Vector2 get ();
void set (Vector2 value);
}
member SnapBasePoint : Vector2 with get, set
PROPERTY SnapBasePoint AS Vector2 GET SET
Property Value
Type:
Vector2See Also