<Code Lib>
M

Rebar.GetLapLength

Description:
Gets the lap length that is used for the specified end - 0 for start, 1 for end.

public double GetLapLength(
	int barEnd
)

  • barEnd
    The 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.

Loading…