Vertex3 Property

Gets the third vertex in the triangle.

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

Syntax

C#

public TinSurfaceVertex Vertex3 { get; }

Visual Basic

Public ReadOnly Property Vertex3 As TinSurfaceVertex
	Get

Visual C++

public:
property TinSurfaceVertex^ Vertex3 {
	TinSurfaceVertex^ get ();
}

See Also