RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Curve

Curve.CreateTransformed

Method
Description:
Crates a new instance of a curve as a transformation of this curve.
Syntax
public Curve CreateTransformed(
	Transform transform
)
Parameters
Parameter Type Description
transform Transform The transform to apply.
Return Value
Type Description
Curve The new curve.
Exceptions
Exception Condition
ArgumentException transform is not conformal.
ArgumentNullException A non-optional argument was NULL