<Code Lib>
2025 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.
  • itemIndex
    Item index in the Rebar Container.
  • hide
    True to hide this RebarContainerItem in the view, false to unhide the item.

Loading…