SurfaceAnalysisContourData Class |
This class encapsulates the properties of a single contour in a surface contour analysis.
Inheritance HierarchySystemObject
Autodesk.Civil.DatabaseServicesSurfaceAnalysisContourData
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic class SurfaceAnalysisContourData
Public Class SurfaceAnalysisContourData
public ref class SurfaceAnalysisContourData
The SurfaceAnalysisContourData type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | ContourValue |
Gets or sets the major and minor contour display value (linetype, lineweight, and color) for the contour defined
by the MinimumElevation and MaximumElevation values.
|
 | MaximumElevation |
Gets or sets the maximum elevation value for the range.
|
 | MinimumElevation |
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