| Revit 2020 API |
| Category..::..Material Property |
| Category Class See Also |
Retrieves or changes the material of the category.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public Material Material { get; set; } |
| Visual Basic |
|---|
Public Property Material As Material Get Set |
| Visual C++ |
|---|
public: property Material^ Material { Material^ get (); void set (Material^ value); } |
Field Value
nullNothingnullptra null reference (Nothing in Visual Basic) if this category does not have a material.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | When setting this property: material cannot be set for annotation categories. |