Revit 2025 API
Analytical |
Sets the transform of Analytical Element Local Coordinate System.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetTransform( Transform trf )
Public Sub SetTransform ( trf As Transform )
public: void SetTransform( Transform^ trf )
member SetTransform : trf : Transform -> unit
Parameters
- trf Transform

Exception | Condition |
---|---|
ArgumentException | The provided Local Coordinate System is not valid |
ArgumentNullException | A non-optional argument was null |
See Also