2024 Method
Changes 2
M

Rebar.SetBarIncluded

Description:
Sets if the bar at the desired index is included or not.
public void SetBarIncluded(
	bool include,
	int barPositionIndex
)
  • Boolean
    include
    True to include the bar, false to exclude the bar.
  • Int32
    barPositionIndex
    The bar index.