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

CurveUV.Transform

Method
Description:
Transform this CurveUV by the given 2D affine transform if possible.
Syntax
public CurveUV Transform(
	Transform2D trfUV
)
Parameters
Parameter Type Description
trfUV Transform2D The given 2D affine transform.
Return Value
Type Description
CurveUV If successful a transformed CurveUV, otherwise .
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null