SurfaceContourStyleMinorContourColorScheme Property |
Gets or sets the minor color scheme for the contour range.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ColorSchemeType MinorContourColorScheme { get; set; }
Public Property MinorContourColorScheme As ColorSchemeType
Get
Set
public:
property ColorSchemeType MinorContourColorScheme {
ColorSchemeType get ();
void set (ColorSchemeType value);
}
Property Value
ColorSchemeType
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the input color scheme is not existed.
|
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.
See Also