Defines how to display major and minor contour lines; used by the SurfaceContourStyle class.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServices.StylesContourValues
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class ContourValues
VB
Public Class ContourValues
C++
public ref class ContourValues
The ContourValues type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ContourValues | Constructor of contours. |
Properties
| Name | Description | |
|---|---|---|
| MajorColor | Gets or sets the color for major contours. | |
| MajorLineTypeId | Gets or sets the ObjectId of the major line type. | |
| MajorLineWeight | Gets or sets the major line weight. | |
| MinorColor | Gets or sets the color for minor contours. | |
| MinorLineTypeId | Gets or sets the ObjectId of the minor line type. | |
| MinorLineWeight | Gets or sets the minor line weight. |
