Angular3PointDimensionEndPoint Property
|
Gets or sets the angle end
point of the dimension in OCS (object coordinate system).
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2 EndPoint { get; set; }
Public Property EndPoint As Vector2
Get
Set
public:
property Vector2 EndPoint {
Vector2 get ();
void set (Vector2 value);
}
member EndPoint : Vector2 with get, set
PROPERTY EndPoint AS Vector2 GET SET
Property Value
Type:
Vector2See Also