ContourValues Class

Defines how to display major and minor contour lines; used by the SurfaceContourStyle class.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesContourValues

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

The ContourValues type exposes the following members.

Constructors
 NameDescription
Public methodContourValues Constructor of contours.
Top
Properties
 NameDescription
Public propertyMajorColor Gets or sets the color for major contours.
Public propertyMajorLineTypeId Gets or sets the ObjectId of the major line type.
Public propertyMajorLineWeight Gets or sets the major line weight.
Public propertyMinorColor Gets or sets the color for minor contours.
Public propertyMinorLineTypeId Gets or sets the ObjectId of the minor line type.
Public propertyMinorLineWeight Gets or sets the minor line weight.
Top
See Also