MEPSystemTypeFillColor Property |
Indicates the color that should override the fill 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 FillColor { get; set; }
Public Property FillColor As Color
Get
Set
public:
property Color^ FillColor {
Color^ get ();
void set (Color^ value);
}
member FillColor : Color with get, set
Property Value
Color
Exceptions
See Also