RVTDocs.com

RebarContainer.IsItemHidden

Method
Description:
Identifies if a given RebarContainerItem is hidden in this view.
Syntax
public bool IsItemHidden(
	View view,
	int itemIndex
)
Parameters
Parameter Type Description
view View The view.
itemIndex Int32 Item index in the Rebar Container.
Return Value
Type Description
Boolean True if the RebarContainerItem is hidden in this view, false otherwise.
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