AreaReinforcement.MoveLine
Description:
This method applies the translation to the line from the desired layer, at the specified position. If the line was already moved, the method will concatenate the translation with the existing movement.
This method applies the translation to the line from the desired layer, at the specified position. If the line was already moved, the method will concatenate the translation with the existing movement.
public void MoveLine(
XYZ translation,
AreaReinforcementLayerType layer,
int linePositionIndex
)
-
translationThe translation vector.
-
layerThe layer on which the line stays.
-
Int32linePositionIndexThe index of the line from the desired layer. It should be an index between 0 and (NumberOfLines-1).
-
A non-optional argument was null
-
linePositionIndex is not in the range [ 0, NumberOfLines-1 ]. -or- A value passed for an enumeration argument is not a member of that enumeration
-
The layer layer isn't active.
-
This AreaReinforcement does not host Rebar.