ProjectionLineColor Property
Projection surface line color.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
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