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