ProjectionLineColor Property
Projection surface line color.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:  2014

Syntax

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

See Also