Gets or sets the endpoint of the Pipe.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Point3d EndPoint { get; set; }
VB
Public Property EndPoint As Point3d Get Set
C++
public: property Point3d EndPoint { Point3d get (); void set (Point3d value); }