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