<Code Lib>
2020 Method
Changes 0
M

RebarContainerItem.IsBarHidden

Description:
Identifies if a given bar in this rebar set is hidden in this view.

public bool IsBarHidden(
	View view,
	int barIndex
)

Return Value bool True if the bar is hidden in this view, false otherwise.

Loading…