<Code Lib>
M

RebarInSystem.SetBarIncluded

Description:
Sets if the bar at the desired index is included or not.

public void SetBarIncluded(
	bool include,
	int barPositionIndex
)

  • include
    True to include the bar, false to exclude the bar.
  • barPositionIndex
    The bar index.

Loading…