Gets all the visible triangles in the TinSurface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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.