| Revit 2018 API |
| View..::..HideCategoryTemporary Method |
| View Class See Also |
Set one category to be temporarily hidden in the view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2013
Syntax
| C# |
|---|
public void HideCategoryTemporary( ElementId elementId ) |
| Visual Basic |
|---|
Public Sub HideCategoryTemporary ( _ elementId As ElementId _ ) |
| Visual C++ |
|---|
public: void HideCategoryTemporary( ElementId^ elementId ) |
Parameters
- elementId
- Type: Autodesk.Revit.DB..::..ElementId
Id of the category to be hidden
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | elementId does not correspond to a Category. |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |