Gets the end point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Point3d EndPoint { get; }
VB
Public ReadOnly Property EndPoint As Point3d Get
C++
public: property Point3d EndPoint { Point3d get (); }