Revit 2025.3 API
Transform |
Assigns values from the input transformation to this transformation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void Assign( Transform2D from )
Public Sub Assign ( from As Transform2D )
public: void Assign( Transform2D^ from )
member Assign : from : Transform2D -> unit
Parameters
- from Transform2D
- The transformation to use as input.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also