TinSurfaceVertex Class

This class encapsulates a triangle vertex in a TinSurface.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesTinSurfaceObject
    Autodesk.Civil.DatabaseServicesTinSurfaceVertex

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class TinSurfaceVertex : TinSurfaceObject

The TinSurfaceVertex type exposes the following members.

Properties
 NameDescription
Public propertyEdges Gets a TinSurfaceEdgeCollection which contains all edges connecting with the vertex object.
Public propertyIsValid Gets whether the object is valid.
(Inherited from TinSurfaceObject)
Public propertyLocation Gets the location of the vertex.
Public propertySurface Gets the parent Surface to which the object belongs.
(Inherited from TinSurfaceObject)
Public propertyTriangles Gets a TinSurfaceTriangleCollection which contains all triangles connecting with the vertex object.
Public propertyVertices Gets a TinSurfaceVertexCollection which contains all vertices connecting with the vertex object.
Top
Methods
 NameDescription
Public methodDispose
(Inherited from TinSurfaceObject)
Public methodEquals
(Inherited from TinSurfaceObject)
Public methodGetHashCode
(Inherited from TinSurfaceObject)
Top
See Also