TinSurfaceTriangles Property |
Gets all the visible triangles in the TinSurface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TinSurfaceTriangleCollection Triangles { get; }
Public ReadOnly Property Triangles As TinSurfaceTriangleCollection
Get
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