Triangles Property

Gets all the visible triangles in the TinSurface.

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

Syntax

C#

public TinSurfaceTriangleCollection Triangles { get; }

Visual Basic

Public ReadOnly Property Triangles As TinSurfaceTriangleCollection
	Get

Visual C++

public:
property TinSurfaceTriangleCollection^ Triangles {
	TinSurfaceTriangleCollection^ get ();
}

Remarks

TinSurface.GetTriangles(false) will return the same result as the TinSurface.Triangles property.

See Also