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