Method CreateSmartIntegerParameter
CreateSmartIntegerParameter(DocumentId, SmartInteger)
Creates a smart integer parameter creation operation in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 400, 220)]
ElementId CreateSmartIntegerParameter(DocumentId inDocumentId, SmartInteger inSmartInteger)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartInteger | inSmartInteger | Smart integer 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.