Gets all the visible vertices in the TinSurface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public TinSurfaceVertexCollection Vertices { get; }
VB
Public ReadOnly Property Vertices As TinSurfaceVertexCollection Get
C++
public: property TinSurfaceVertexCollection^ Vertices { TinSurfaceVertexCollection^ get (); }