2024 Method
Changes 0
M

RebarContainerItem.DoesBarExistAtPosition

Description:
Checks whether a bar exists 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 bool