This class encapsulates all the properties of a single user-defined contour in a Surface analysis.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceAnalysisUserDefinedContourData
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SurfaceAnalysisUserDefinedContourData
VB
Public NotInheritable Class SurfaceAnalysisUserDefinedContourData
C++
public ref class SurfaceAnalysisUserDefinedContourData sealed
The SurfaceAnalysisUserDefinedContourData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SurfaceAnalysisUserDefinedContourData | Initializes a new instance of the SurfaceAnalysisUserDefinedContourData class |
![]() | SurfaceAnalysisUserDefinedContourData(Double, Color, ObjectId, LineWeight) | Initializes a new instance of the SurfaceAnalysisUserDefinedContourData class |
Properties
Name | Description | |
---|---|---|
![]() | Color | Gets or sets the color for the contour. This is an AutoCAD Color object. |
![]() | Description | Gets or sets the description for the contour. |
![]() | Elevation | Gets or sets the elevation value for the contour. |
![]() | LineTypeId | Gets or sets the ObjectId of the line type for the contour. |
![]() | LineWeight | Gets or sets the line weight for the contour. |