Method MoveOperations
MoveOperations(List<ElementId>, ElementId, bool)
Moves the list of specified operations before or after the given reference operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 300, 160)]
void MoveOperations(List<ElementId> inSortedOperations, ElementId inReferenceOperation, bool inBefore)
Parameters
| Type | Name | Description |
|---|---|---|
| List<ElementId> | inSortedOperations | Identifiers of operations to move. |
| ElementId | inReferenceOperation | Identifier of the reference operation. |
| bool | inBefore | Whether specified operations are before the reference operation. |