ElementTransformUtilsRotateElements Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
- document Document
-
- elementsToRotate ICollectionElementId
-
- axis Line
-
- angle Double
-
See Also