Revit 2025.3 API
Poly |
Gets the copy of the polyline which is applied the specified transformation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public PolyLine GetTransformed( Transform transform )
Public Function GetTransformed ( transform As Transform ) As PolyLine
public: PolyLine^ GetTransformed( Transform^ transform )
member GetTransformed : transform : Transform -> PolyLine
Parameters
- transform Transform
Return Value
PolyLine
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the transform is . |
See Also