Gets a vertex collection that composites the breakline.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public Point3dCollection Vertices { get; }
VB
Public ReadOnly Property Vertices As Point3dCollection Get
C++
public: property Point3dCollection^ Vertices { Point3dCollection^ get (); }