CADability dotNET
Gets the position of this vertex

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoPoint Position { get; }
Visual Basic
Public ReadOnly Property Position As GeoPoint
	Get
Visual C++
public:
property GeoPoint Position {
	GeoPoint get ();
}

See Also