TerrainSurfaceProperties Class

This class encapsulates Terrain surface statistics information.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesTerrainSurfaceProperties

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class TerrainSurfaceProperties

The TerrainSurfaceProperties type exposes the following members.

Properties
 NameDescription
Public propertyMaximumGradeOrSlope Gets the maximum grade or slope found on the surface.
Public propertyMeanGradeOrSlope Gets the mean or average grade or slope for the surface.
Public propertyMinimumGradeOrSlope Gets the minimum grade or slope found on the surface.
Public propertySurfaceArea2D Gets the two-dimensional area of the surface.
Public propertySurfaceArea3D Gets the three-dimensional area of the surface.
Top
See Also