Gets all the vertex points of the sample line.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SampleLineVertexCollection Vertices { get; }
VB
Public ReadOnly Property Vertices As SampleLineVertexCollection Get
C++
public: property SampleLineVertexCollection^ Vertices { SampleLineVertexCollection^ get (); }