Method SetUpdateModes
SetUpdateModes(DocumentId, bool, bool)
Sets the update modes of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 300, 160)]
void SetUpdateModes(DocumentId inDocumentId, bool inIsHealing, bool inIsTolerant)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| bool | inIsHealing | Whether update automatically heals damaged operations. |
| bool | inIsTolerant | Whether update ignores modifications that are less than standard precision. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.12.300.160.