ITerrainSurface Interface

This interface declares common methods for Terrain Surfaces.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public interface ITerrainSurface

The ITerrainSurface type exposes the following members.

Properties
 NameDescription
Public propertyDEMFilesDefinition Gets the definition of DEMFile associated with the surface.
Top
Methods
 NameDescription
Public methodCode exampleExtractBorder Extracts the surface border information from the terrain surface.
Public methodCode exampleExtractContours(Double) Extracts the surface contour information from the terrain surface at a specified elevation interval.
Public methodCode exampleExtractContours(Double, ContourSmoothingType, Int32) Extracts the surface contour information from the terrain surface at a specified elevation interval with smoothing.
Public methodCode exampleExtractContours(Double, Double, Double) Extracts the surface contour information from the terrain surface at a specified elevation range and interval.
Public methodCode exampleExtractContours(Double, Double, Double, ContourSmoothingType, Int32) Extracts the surface contour information from the terrain surface at a specified elevation range and interval with smoothing.
Public methodCode exampleExtractContoursAt(Double) Extracts the surface contour information from the terrain surface at a specified elevation.
Public methodCode exampleExtractContoursAt(Double, ContourSmoothingType, Int32) Extracts the surface contour information from the terrain surface at a specified elevation with smoothing.
Public methodCode exampleExtractGridded Extracts the surface grid information from the terrain surface.
Public methodCode exampleExtractMajorContours(SurfaceExtractionSettingsType) Extracts the surface major contour information from the terrain surface.
Public methodCode exampleExtractMajorContours(SurfaceExtractionSettingsType, ContourSmoothingType, Int32) Extracts the surface major contour information from the terrain surface.
Public methodCode exampleExtractMinorContours(SurfaceExtractionSettingsType) Extracts the surface minor contour information from the terrain surface.
Public methodCode exampleExtractMinorContours(SurfaceExtractionSettingsType, ContourSmoothingType, Int32) Extracts the surface minor contour information from the terrain surface.
Public methodCode exampleExtractWatershed Extracts the surface watershed information from the terrain surface.
Public methodCode exampleGetTerrainProperties Gets the Terrain properties of the surface.
Public methodCode exampleRaiseSurface Raises or lowers the surface.
Public methodCode exampleSampleElevations Gets the sampled points along a curve entity.
Top
See Also