Transform this CurveUV by the given 2D affine transform if possible.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2021
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- trfUV
- Type: Autodesk.Revit.DB Transform2D
The given 2D affine transform.
Return Value
If successful a transformed CurveUV, otherwise a null reference ( Nothing in Visual Basic) .Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was null |