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