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