Share

SurfaceContourStyle.MinorContourColorScheme Property

Gets or sets the minor color scheme for the contour range.



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

Syntax

C#

public ColorSchemeType MinorContourColorScheme { get; set; }

VB

Public Property MinorContourColorScheme As ColorSchemeType
	Get
	Set

C++

public:
property ColorSchemeType MinorContourColorScheme {
	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. This property is usable only when UseColorScheme is set to true.

See Also

Reference

Was this information helpful?