Share

SurfaceDirectionStyle.ColorScheme Property

Gets or sets the color scheme name.



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

Syntax

C#

public ColorSchemeType ColorScheme { get; set; }

VB

Public Property ColorScheme As ColorSchemeType
	Get
	Set

C++

public:
property ColorSchemeType ColorScheme {
	ColorSchemeType get ();
	void set (ColorSchemeType value);
}

Property Value

ColorSchemeType

Exceptions

ExceptionCondition
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.

See Also

Reference

Was this information helpful?