MEPSystemTypeLineColor Property |
Indicates the color that should override the line color for all components in the system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic Color LineColor { get; set; }
Public Property LineColor As Color
Get
Set
public:
property Color^ LineColor {
Color^ get ();
void set (Color^ value);
}
member LineColor : Color with get, set
Property Value
Color
Exceptions
See Also