Share

GridSurface.GetTerrainProperties Method

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

TerrainSurfaceProperties

Implements

ITerrainSurfaceGetTerrainProperties

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the surface has no triangles or cells.

See Also

Reference

Was this information helpful?