TinSurfaceGetTerrainProperties Method

Gets the Terrain properties of the surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public TerrainSurfaceProperties GetTerrainProperties()

Return Value

TerrainSurfaceProperties

Implements

ITerrainSurfaceGetTerrainProperties
Exceptions
ExceptionCondition
InvalidOperationException Thrown when surface object has no triangles or cells.
See Also