Gets or sets the color scheme for the range.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public ColorSchemeType ColorScheme { get; set; }
Visual Basic
Public Property ColorScheme As ColorSchemeType
	Get
	Set
Visual C++
public:
property ColorSchemeType ColorScheme {
	ColorSchemeType get ();
	void set (ColorSchemeType value);
}

Remarks

The color scheme can be one of the following: Blues, Greens, Hydro, Land, Pastels, Rainbow, Reds.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the input color scheme is not existed.

See Also