Share

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.280

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

 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.

See Also

Reference

Was this information helpful?