Gets all the mid-point locations for the operation.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Point2dCollection MidLocations { get; }
VB
Public ReadOnly Property MidLocations As Point2dCollection Get
C++
public: property Point2dCollection^ MidLocations { Point2dCollection^ get (); }