Rebar.GetLapLength
Description:
Gets the lap length that is used for the specified end - 0 for start, 1 for end.
Gets the lap length that is used for the specified end - 0 for start, 1 for end.
public double GetLapLength(
int barEnd
)
-
Int32barEndThe end where the splice is - 0 for start, 1 for end.
Return Value
Double
Returns the lap 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.