ITerrainSurface Interface |
This interface declares common methods for Terrain Surfaces.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic interface ITerrainSurface
Public Interface ITerrainSurface
public interface class ITerrainSurface
The ITerrainSurface type exposes the following members.
Properties
Methods | Name | Description |
---|
  | ExtractBorder |
Extracts the surface border information from the terrain surface.
|
  | ExtractContours(Double) |
Extracts the surface contour information from the terrain surface at a specified elevation interval.
|
  | ExtractContours(Double, ContourSmoothingType, Int32) |
Extracts the surface contour information from the terrain surface at a specified elevation interval with smoothing.
|
  | ExtractContours(Double, Double, Double) |
Extracts the surface contour information from the terrain surface at a specified elevation range and interval.
|
  | ExtractContours(Double, Double, Double, ContourSmoothingType, Int32) |
Extracts the surface contour information from the terrain surface at a specified elevation range and interval with smoothing.
|
  | ExtractContoursAt(Double) |
Extracts the surface contour information from the terrain surface at a specified elevation.
|
  | ExtractContoursAt(Double, ContourSmoothingType, Int32) |
Extracts the surface contour information from the terrain surface at a specified elevation with smoothing.
|
  | ExtractGridded |
Extracts the surface grid information from the terrain surface.
|
  | ExtractMajorContours(SurfaceExtractionSettingsType) |
Extracts the surface major contour information from the terrain surface.
|
  | ExtractMajorContours(SurfaceExtractionSettingsType, ContourSmoothingType, Int32) |
Extracts the surface major contour information from the terrain surface.
|
  | ExtractMinorContours(SurfaceExtractionSettingsType) |
Extracts the surface minor contour information from the terrain surface.
|
  | ExtractMinorContours(SurfaceExtractionSettingsType, ContourSmoothingType, Int32) |
Extracts the surface minor contour information from the terrain surface.
|
  | ExtractWatershed |
Extracts the surface watershed information from the terrain surface.
|
  | GetTerrainProperties |
Gets the Terrain properties of the surface.
|
  | RaiseSurface |
Raises or lowers the surface.
|
  | SampleElevations |
Gets the sampled points along a curve entity.
|
Top
See Also