Method MoveOperation
MoveOperation(ElementId, ElementId, int)
Moves an operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 80)]
void MoveOperation(ElementId inElementId, ElementId inOwnerId, int inIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the operation to move. |
| ElementId | inOwnerId | Identifier of the new owner operation. |
| int | inIndex | Index of the operation in the new owner. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.7.201.80.