SurfaceAnalysisContourData Class

This class encapsulates the properties of a single contour in a surface contour analysis.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceAnalysisContourData

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

The SurfaceAnalysisContourData type exposes the following members.

Constructors
 NameDescription
Public methodSurfaceAnalysisContourDataInitializes a new instance of the SurfaceAnalysisContourData class
Public methodSurfaceAnalysisContourData(Double, Double, ContourValues)Initializes a new instance of the SurfaceAnalysisContourData class
Top
Properties
 NameDescription
Public propertyContourValue Gets or sets the major and minor contour display value (linetype, lineweight, and color) for the contour defined by the MinimumElevation and MaximumElevation values.
Public propertyMaximumElevation Gets or sets the maximum elevation value for the range.
Public propertyMinimumElevation Gets or sets the minimum elevation value for the range.
Top
Remarks
This class defines a single contour, specified by a minimum and maximum elevation. It also defines how the contours in that elevation region appear (line appearance and color).

A Surface contour analysis typically contains several contours. The Surface.Analysis.GetContourData() method returns an array of SurfaceAnalysisContourData objects, one for each contour.
See Also