Rebar.DoesBarExistAtPosition
Description:
Checks whether a bar is included at the specified position.
Checks whether a bar is included at the specified position.
Remarks:
Returns true, unless the bar position is the first or last in the set and it is suppressed by IncludeFirstBar or IncludeLastBar.
Returns true, unless the bar position is the first or last in the set and it is suppressed by IncludeFirstBar or IncludeLastBar.
public bool DoesBarExistAtPosition(
int barPosition
)
-
barPosition is not in the range [ 0, NumberOfBarPositions-1 ].
No comments yet. Start the discussion.
Loading…