ArcLengthDimensionArcDefinitionPoint Property
|
Gets the location of the dimension line arc.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic Vector2 ArcDefinitionPoint { get; }Public ReadOnly Property ArcDefinitionPoint As Vector2
Get
public:
property Vector2 ArcDefinitionPoint {
Vector2 get ();
}member ArcDefinitionPoint : Vector2 with get
PROPERTY ArcDefinitionPoint AS Vector2 GET
Property Value
Type:
Vector2
See Also