Revit 2026 API
Element |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void RotateElements( Document document, ICollection<ElementId> elementsToRotate, Line axis, double angle )
Public Shared Sub RotateElements ( document As Document, elementsToRotate As ICollection(Of ElementId), axis As Line, angle As Double )
public: static void RotateElements( Document^ document, ICollection<ElementId^>^ elementsToRotate, Line^ axis, double angle )
static member RotateElements : document : Document * elementsToRotate : ICollection<ElementId> * axis : Line * angle : float -> unit
Parameters
See Also