Gets the end point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

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

See Also