Revit 2025 API
CategoryMaterial Property |
Retrieves or changes the material of the category.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Material Material { get; set; }
Public Property Material As Material Get Set
public: property Material^ Material { Material^ get (); void set (Material^ value); }
member Material : Material with get, set
Property Value
Materialif this category does not have a material.

Exception | Condition |
---|---|
InvalidOperationException | When setting this property: material cannot be set for annotation categories. |
See Also