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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public ContourValues ContourValue { get; set; } |
| Visual Basic |
|---|
Public Property ContourValue As ContourValues Get Set |
| Visual C++ |
|---|
public: property ContourValues^ ContourValue { ContourValues^ get (); void set (ContourValues^ value); } |