PolyLineGetTransformed Method

Gets the copy of the polyline which is applied the specified transformation.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public PolyLine GetTransformed(
	Transform transform
)

Parameters

transform  Transform
 

Return Value

PolyLine
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the transform is .
See Also