Share

CurveUV.Transform Method

Transform this CurveUV by the given 2D affine transform if possible.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public CurveUV Transform(
	Transform2D trfUV
)

Parameters

trfUV  Transform2D
The given 2D affine transform.

Return Value

CurveUV
If successful a transformed CurveUV, otherwise nullptr.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?