Method SetWorkingStage
SetWorkingStage(ElementId)
Sets the working stage operation of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void SetWorkingStage(ElementId inOperationId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inOperationId | Identifier of new working stage operation. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.8.