Share

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.280

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

 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.

Methods

 NameDescription
Public methodDispose
(Inherited from TinSurfaceObject)
Public methodEquals
(Inherited from TinSurfaceObject)
Public methodGetHashCode
(Inherited from TinSurfaceObject)

See Also

Reference

Was this information helpful?