Gets or sets the minor color scheme for the contour range.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public ColorSchemeType MinorContourColorScheme { get; set; }
Visual Basic
Public Property MinorContourColorScheme As ColorSchemeType Get Set
Visual C++
public: property ColorSchemeType MinorContourColorScheme { ColorSchemeType get (); void set (ColorSchemeType value); }
Remarks
The color scheme can be one of the following: Blues, Greens, Hydro, Land, Pastels, Rainbow, Reds. This property is usable only when UseColorScheme is set to true.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the input color scheme is not existed. |