RVTDocs.com

Rebar.GetSpliceStaggerLength

Method
Description:
Gets the stagger length that is used for the specified end - 0 for start, 1 for end.
Syntax
public double GetSpliceStaggerLength(
	int barEnd
)
Parameters
Parameter Type Description
barEnd Int32 The end where the splice is - 0 for start, 1 for end.
Return Value
Type Description
Double Returns the stagger length that is used for the specified end - 0 for start, 1 for end.
Exceptions
Exception Condition
ArgumentException There is no splice at the specified end.
ArgumentOutOfRangeException barEnd must be 0 or 1.