Method GetUpdateModes
GetUpdateModes(DocumentId, out bool, out bool)
Gets the update modes of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 300, 160)]
void GetUpdateModes(DocumentId inDocumentId, out bool outIsHealing, out bool outIsTolerant)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| bool | outIsHealing | Whether update automatically heals damaged operations. |
| bool | outIsTolerant | Whether update ignores modifications that are less than standard precision. |
Remarks
This method is available since v7.12.300.160.