Sets the RebarContainerItem to be hidden or unhidden in the given view.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetItemHiddenStatus(
View view,
int itemIndex,
bool hide
)
Parameters
- view View
-
The view.
- itemIndex Int32
-
Item index in the Rebar Container.
- hide Boolean
-
True to hide this RebarContainerItem in the view, false to unhide the item.
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
The item index is either less than 0 or graeter than or equal to number of items in this Rebar Container element.
|
| ArgumentNullException |
A non-optional argument was null
|
See Also
Reference