Share

SurfaceAnalysisElevationData.Scheme Property

Gets or sets the color value for the elevation range. This is an AutoCAD Color object.



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

Syntax

C#

public Color Scheme { get; set; }

VB

Public Property Scheme As Color
	Get
	Set

C++

public:
property Color^ Scheme {
	Color^ get ();
	void set (Color^ value);
}

Property Value

Color

See Also

Reference

Was this information helpful?