Gets the copy of the polyline which is applied the specified transformation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public PolyLine GetTransformed( Transform transform )
Parameters
- transform Transform
Return Value
PolyLineExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the transform is null. |
