Identifies if a given RebarContainerItem is hidden in this view.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2017
Syntax
C# |
---|
public bool IsItemHidden(
View view,
int itemIndex
) |
Visual Basic |
---|
Public Function IsItemHidden ( _
view As View, _
itemIndex As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool IsItemHidden(
View^ view,
int itemIndex
) |
Return Value
True if the RebarContainerItem is hidden in this view, false otherwise.
Exceptions
See Also