Assigns values from the input transformation to this transformation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void Assign( Transform2D from )
Parameters
- from Transform2D
- The transformation to use as input.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |