Revit 2025 API
Material |
The color the material is being rendered at
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Color Color { get; }
Public ReadOnly Property Color As Color Get
public: property Color^ Color { Color^ get (); }
member Color : Color with get
Property Value
Color
The value may differ from the default color property of the material,
because it might have been overridden by rendering settings.
See Also