Share

TinSurfaceTriangle.Vertex3 Property

Gets the third vertex in the triangle.



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

Syntax

C#

public TinSurfaceVertex Vertex3 { get; }

VB

Public ReadOnly Property Vertex3 As TinSurfaceVertex
	Get

C++

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

Property Value

TinSurfaceVertex

See Also

Reference

Was this information helpful?