LineColor Property
The line color that will be applied to elements when these settings are applied.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:  2012

Syntax

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

See Also