Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

1b301fed b35e 680c 4985 1b97c2d51238

haplokuon edited this page May 6, 2023 · 1 revision

ArcDefinitionPoint Property

netDxf 3.0.0 Library

Gets the location of the dimension line arc.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Vector2 ArcDefinitionPoint { get; }

VB

Public ReadOnly Property ArcDefinitionPoint As Vector2
	Get

C++

public:
property Vector2 ArcDefinitionPoint {
	Vector2 get ();
}

F#

member ArcDefinitionPoint : Vector2 with get

Property Value

Vector2

See Also

Reference

Angular3PointDimension Class
netDxf.Entities Namespace

Clone this wiki locally