AnalyticalElementSetTransform Method |
Sets the transform of Analytical Element Local Coordinate System.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetTransform(
Transform trf
)
Public Sub SetTransform (
trf As Transform
)
public:
void SetTransform(
Transform^ trf
)
member SetTransform :
trf : Transform -> unit
Parameters
- trf Transform
-
Exceptions
See Also