Element
|
Rotates a set of elements about the given axis and angle.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public static void RotateElements(
Document document,
ICollection<ElementId> elementsToRotate,
Line axis,
double angle
)
Parameters
| Exception | Condition |
|---|---|
| ArgumentException | The given element id set is empty. -or- One or more elements in elementsToRotate do not exist in the document. |
| ArgumentNullException | A non-optional argument was null |