RebarContainer.SetItemHiddenStatus
Description:
Sets the RebarContainerItem to be hidden or unhidden in the given view.
Sets the RebarContainerItem to be hidden or unhidden in the given view.
public void SetItemHiddenStatus(
View view,
int itemIndex,
bool hide
)
-
viewThe view.
-
Int32itemIndexItem index in the Rebar Container.
-
BooleanhideTrue to hide this RebarContainerItem in the view, false to unhide the item.
-
The item index is either less than 0 or graeter than or equal to number of items in this Rebar Container element.
-
A non-optional argument was null