GroundColor Property
The color of the ground when the type is 'Gradient' or 'SunAndClouds'.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:  2014

Syntax

C#
public Color GroundColor { get; }
Visual Basic
Public ReadOnly Property GroundColor As Color
	Get
Visual C++
public:
property Color^ GroundColor {
	Color^ get ();
}

See Also