Rebar.GetSpliceStaggerLength
Description:
Gets the stagger length that is used for the specified end - 0 for start, 1 for end.
Gets the stagger length that is used for the specified end - 0 for start, 1 for end.
public double GetSpliceStaggerLength(
int barEnd
)
-
Int32barEndThe end where the splice is - 0 for start, 1 for end.
Return Value
Double
Returns the stagger length that is used for the specified end - 0 for start, 1 for end.
-
There is no splice at the specified end.
-
barEnd must be 0 or 1.