AnalyticalElementSetTransform Method |
Sets the transform of Analytical Element Local Coordinate System.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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