Share

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.7.0.1276

Syntax

C#

public class ContourValues

VB

Public Class ContourValues

C++

public ref class ContourValues

The ContourValues type exposes the following members.

Constructors

 NameDescription
Public methodContourValues Constructor of contours.

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.

See Also

Reference

Was this information helpful?