Rebar.IsBarHidden
Description:
Identifies if a given bar in this rebar set is hidden in this view.
Identifies if a given bar in this rebar set is hidden in this view.
public bool IsBarHidden(
View view,
int barIndex
)
-
viewThe view.
-
Int32barIndexThe index of the bar from this rebar set.
Return Value
bool
True if the bar is hidden in this view, false otherwise.
-
A non-optional argument was null
-
barIndex is not in the range [ 0, NumberOfBarPositions-1 ].