This class encapsulates a triangle vertex in a TinSurface.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesTinSurfaceObject
Autodesk.Civil.DatabaseServicesTinSurfaceVertex
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class TinSurfaceVertex : TinSurfaceObject
VB
Public NotInheritable Class TinSurfaceVertex Inherits TinSurfaceObject
C++
public ref class TinSurfaceVertex sealed : public TinSurfaceObject
The TinSurfaceVertex type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Edges | Gets a TinSurfaceEdgeCollection which contains all edges connecting with the vertex object. | |
| IsValid |
Gets whether the object is valid.
(Inherited from TinSurfaceObject) | |
| Location | Gets the location of the vertex. | |
| Surface |
Gets the parent Surface to which the object belongs.
(Inherited from TinSurfaceObject) | |
| Triangles | Gets a TinSurfaceTriangleCollection which contains all triangles connecting with the vertex object. | |
| Vertices | Gets a TinSurfaceVertexCollection which contains all vertices connecting with the vertex object. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from TinSurfaceObject) | |
| Equals | (Inherited from TinSurfaceObject) | |
| GetHashCode | (Inherited from TinSurfaceObject) |
