This class encapsulates the properties of a single contour in a surface contour analysis.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceAnalysisContourData
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SurfaceAnalysisContourData
VB
Public Class SurfaceAnalysisContourData
C++
public ref class SurfaceAnalysisContourData
The SurfaceAnalysisContourData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SurfaceAnalysisContourData | Initializes a new instance of the SurfaceAnalysisContourData class |
![]() | SurfaceAnalysisContourData(Double, Double, ContourValues) | Initializes a new instance of the SurfaceAnalysisContourData class |
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. |