<Code Lib>
2026 Method
Changes 0
M

Rebar.DoesBarExistAtPosition

Description:
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.

public bool DoesBarExistAtPosition(
	int barPosition
)

  • Int32
    barPosition
    A bar position index between 0 and NumberOfBarPositions-1.
Return Value Boolean Returns true if the bar at the specified position is included, false otherwise.

  • barPosition should be in range [ 0, NumberOfBarPositions-1 ] and the bar at barPosition should be included.

Loading…