Share

SurfaceElevationStyle.CutScheme Property

Gets or sets the color cut scheme for the range.



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

Syntax

C#

public ColorSchemeType CutScheme { get; set; }

VB

Public Property CutScheme As ColorSchemeType
	Get
	Set

C++

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

Property Value

ColorSchemeType

See Also

Reference

Was this information helpful?