Gets the TIN properties of the surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public TinSurfaceProperties GetTinProperties()
VB
Public Function GetTinProperties As TinSurfaceProperties
C++
public: virtual TinSurfaceProperties^ GetTinProperties() sealed
Return Value
TinSurfacePropertiesImplements
ITinSurfaceGetTinPropertiesExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when surface object has no triangles or cells. |