Revit 2025 API
Rebar |
Sets the RebarContainerItem to be hidden or unhidden in the given view.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetItemHiddenStatus( View view, int itemIndex, bool hide )
Public Sub SetItemHiddenStatus ( view As View, itemIndex As Integer, hide As Boolean )
public: void SetItemHiddenStatus( View^ view, int itemIndex, bool hide )
member SetItemHiddenStatus : view : View * itemIndex : int * hide : bool -> unit
Parameters
| 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