The ITerrainSurface type exposes the following members.

Methods

  NameDescription
Public methodExtractBorder
Extracts the surface border information from the terrain surface.
Public methodExtractContours(Double)
Extracts the surface contour information from the terrain surface at a specified elevation interval.
Public methodExtractContours(Double, ContourSmoothingType, Int32)
Extracts the surface contour information from the terrain surface at a specified elevation interval with smoothing.
Public methodExtractContours(Double, Double, Double)
Extracts the surface contour information from the terrain surface at a specified elevation range and interval.
Public methodExtractContours(Double, Double, Double, ContourSmoothingType, Int32)
Extracts the surface contour information from the terrain surface at a specified elevation range and interval with smoothing.
Public methodExtractContoursAt(Double)
Extracts the surface contour information from the terrain surface at a specified elevation.
Public methodExtractContoursAt(Double, ContourSmoothingType, Int32)
Extracts the surface contour information from the terrain surface at a specified elevation with smoothing.
Public methodExtractGridded
Extracts the surface grid information from the terrain surface.
Public methodExtractMajorContours(SurfaceExtractionSettingsType)
Extracts the surface major contour information from the terrain surface.
Public methodExtractMajorContours(SurfaceExtractionSettingsType, ContourSmoothingType, Int32)
Extracts the surface major contour information from the terrain surface.
Public methodExtractMinorContours(SurfaceExtractionSettingsType)
Extracts the surface minor contour information from the terrain surface.
Public methodExtractMinorContours(SurfaceExtractionSettingsType, ContourSmoothingType, Int32)
Extracts the surface minor contour information from the terrain surface.
Public methodExtractWatershed
Extracts the surface watershed information from the terrain surface.
Public methodGetTerrainProperties
Gets the Terrain properties of the surface.
Public methodRaiseSurface
Raises or lowers the surface.
Public methodSampleElevations
Gets the sampled points along a curve entity.

Properties

  NameDescription
Public propertyDEMFilesDefinition
Gets the definition of DEMFile associated with the surface.

See Also