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