Identifies if a given RebarContainerItem is hidden in this view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2017
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- view
- Type: Autodesk.Revit.DBView
The view.
- itemIndex
- Type: SystemInt32
Item index in the Rebar Container.
Return Value
True if the RebarContainerItem is hidden in this view, false otherwise.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | The item index is either less than 0 or graeter than or equal to number of items in this Rebar Container element. |
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |