Returns a transform representing the movement of the line relative to its default position along the direction of the desired layer.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Transform GetMovedLineTransform(
AreaReinforcementLayerType layer,
int linePositionIndex
)
Parameters
- layer AreaReinforcementLayerType
-
The layer on which the line stays.
- linePositionIndex Int32
-
The index of the line from the desired layer. It should be an index between 0 and (NumberOfLines-1).
Return Value
Transform
The transform representing the movement of the line relative to its default position along the direction of the desired layer.
Exceptions
See Also
Reference