2027 Method
Changes 0
M

RebarContainer.SetItemHiddenStatus

Description:
Sets the RebarContainerItem to be hidden or unhidden in the given view.
public void SetItemHiddenStatus(
	View view,
	int itemIndex,
	bool hide
)
  • view
    The view.
  • Int32
    itemIndex
    Item index in the Rebar Container.
  • Boolean
    hide
    True to hide this RebarContainerItem in the view, false to unhide the item.