This class encapsulates Terrain surface statistics information.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesTerrainSurfaceProperties
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class TerrainSurfaceProperties
VB
Public NotInheritable Class TerrainSurfaceProperties
C++
public ref class TerrainSurfaceProperties sealed
The TerrainSurfaceProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| MaximumGradeOrSlope | Gets the maximum grade or slope found on the surface. | |
| MeanGradeOrSlope | Gets the mean or average grade or slope for the surface. | |
| MinimumGradeOrSlope | Gets the minimum grade or slope found on the surface. | |
| SurfaceArea2D | Gets the two-dimensional area of the surface. | |
| SurfaceArea3D | Gets the three-dimensional area of the surface. |
