Gets or sets the major and minor contour display value (linetype, lineweight, and color) for the contour defined by the MinimumElevation and MaximumElevation values.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ContourValues ContourValue { get; set; }
VB
Public Property ContourValue As ContourValues Get Set
C++
public: property ContourValues^ ContourValue { ContourValues^ get (); void set (ContourValues^ value); }