Vertices Property

Gets all the visible vertices in the TinSurface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public TinSurfaceVertexCollection Vertices { get; }

Visual Basic

Public ReadOnly Property Vertices As TinSurfaceVertexCollection
	Get

Visual C++

public:
property TinSurfaceVertexCollection^ Vertices {
	TinSurfaceVertexCollection^ get ();
}

See Also