Method SetFeaturesCreationMode
SetFeaturesCreationMode(DocumentId, bool)
Sets the features creation mode of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 0, 0)]
void SetFeaturesCreationMode(DocumentId inDocumentId, bool isOn)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to set the feature creation mode. |
| bool | isOn | Tells wether the feature creation mode is on. |
Remarks
This method is available since v7.14.