Rebar.SetBarIncluded
Description:
Sets if the bar at the desired index is included or not.
Sets if the bar at the desired index is included or not.
public void SetBarIncluded(
bool include,
int barPositionIndex
)
-
BooleanincludeTrue to include the bar, false to exclude the bar.
-
Int32barPositionIndexThe bar index.
-
barPositionIndex is not in the range [ 0, NumberOfBarPositions-1 ].