ProjectionFillColor Property
Projection surface fill color.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since:  2014

Syntax

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

See Also