Curve.CreateTransformed Method
Crates a new instance of a curve as a transformation of this curve.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Curve CreateTransformed( Transform transform )
Parameters
transform
Transform
The transform to apply.
Return Value
Curve
The new curve.
Exceptions
Exception
Condition
ArgumentException
transform is not conformal.
ArgumentNullException
A non-optional argument was NULL
See Also
Reference
Curve Class
Autodesk.Revit.DB Namespace