Share

Rebar.GetSpliceStaggerLength Method

Gets the stagger length that is used for the specified end - 0 for start, 1 for end.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public double GetSpliceStaggerLength(
	int barEnd
)

Parameters

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

Exceptions

ExceptionCondition
ArgumentException There is no splice at the specified end.
ArgumentOutOfRangeException barEnd must be 0 or 1.

See Also

Reference

Was this information helpful?