RebarInSystem.DoesBarExistAtPosition
Description:
Checks whether a bar is included at the specified position.
Checks whether a bar is included at the specified position.
public bool DoesBarExistAtPosition(
int barPosition
)
-
Int32barPositionA bar position index between 0 and NumberOfBarPositions-1.
Return Value
bool
Returns true if the bar at the specified position is included, false otherwise.
-
barPosition is not in the range [ 0, NumberOfBarPositions-1 ].