Method UpgradeOperation
UpgradeOperation(ElementId)
Upgrades an operation
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 400, 121)]
bool UpgradeOperation(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId |
Returns
| Type | Description |
|---|---|
| bool | true if the operation has been upgraded. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
Execute this method at your own risks.