The color of lines shown for elements of this category.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

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

See Also