Gets the stagger length that is used for the specified end - 0 for start, 1 for end.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference