AnalyticalElement.SetTransform Method
Sets the transform of Analytical Element Local Coordinate System.
Namespace:
Autodesk.Revit.DB.Structure
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetTransform( Transform trf )
Parameters
trf
Transform
Exceptions
Exception
Condition
ArgumentException
The provided transformation for Local Coordinate System is not valid.
ArgumentNullException
A non-optional argument was null
See Also
Reference
AnalyticalElement Class
Autodesk.Revit.DB.Structure Namespace