Gets or sets the color value for the watershed area.

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

Syntax

C#
public Color AreaColor { get; set; }
Visual Basic
Public Property AreaColor As Color
	Get
	Set
Visual C++
public:
property Color^ AreaColor {
	Color^ get ();
	void set (Color^ value);
}

See Also