RebarInSystem.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. For the current implementation of RebarInSystem, this property will always return true, since the first and last bars in a RebarInSystem set cannot be suppressed. However, it is included in the RebarInSystem interface for consistency with the Rebar class
Returns true, unless the bar position is the first or last in the set and it is suppressed by IncludeFirstBar or IncludeLastBar. For the current implementation of RebarInSystem, this property will always return true, since the first and last bars in a RebarInSystem set cannot be suppressed. However, it is included in the RebarInSystem interface for consistency with the Rebar class
public bool DoesBarExistAtPosition(
int barPosition
)
-
Int32barPositionA 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 is not in the range [ 0, NumberOfBarPositions-1 ].
No comments yet. Start the discussion.
Loading…