TinSurfaceVertexVertices Property |
Gets a TinSurfaceVertexCollection which contains all vertices connecting with the vertex object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TinSurfaceVertexCollection Vertices { get; }
Public ReadOnly Property Vertices As TinSurfaceVertexCollection
Get
public:
property TinSurfaceVertexCollection^ Vertices {
TinSurfaceVertexCollection^ get ();
}
Property Value
TinSurfaceVertexCollection
See Also