Share

TinSurface.Triangles Property

Gets all the visible triangles in the TinSurface.



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

Syntax

C#

public TinSurfaceTriangleCollection Triangles { get; }

VB

Public ReadOnly Property Triangles As TinSurfaceTriangleCollection
	Get

C++

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

Property Value

TinSurfaceTriangleCollection

Remarks

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

See Also

Reference

Was this information helpful?