Retrieves or changes the material of the category.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public Material Material { get; set; }
Property Value
Materialnullptr if this category does not have a material.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | When setting this property: material cannot be set for annotation categories. |