RVTDocs.com

Rebar.ResetMovedBarTransform

Method
Description:
Reset the transformation representing the movement of the bar relative to its default position along the distribution path. The moved bar transform will be set to Identity.
Syntax
public void ResetMovedBarTransform(
	int barPositionIndex
)
Parameters
Parameter Type Description
barPositionIndex Int32 The bar index.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException barPositionIndex is not in the range [ 0, NumberOfBarPositions-1 ].