SurfaceElevationStyleColorScheme Property

Gets or sets the color scheme for the range.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ColorSchemeType ColorScheme { get; set; }

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