Method CreateSmartBooleanParameter
CreateSmartBooleanParameter(DocumentId, SmartBoolean)
Creates a smart boolean parameter creation operation in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 400, 220)]
ElementId CreateSmartBooleanParameter(DocumentId inDocumentId, SmartBoolean inSmartBoolean)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartBoolean | inSmartBoolean | Smart boolean value. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created operation child parameter entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.17.