Method SetSmartIntegerParameterCreation
SetSmartIntegerParameterCreation(ElementId, SmartInteger)
Sets a smart integer parameter creation operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 400, 220)]
void SetSmartIntegerParameterCreation(ElementId inElementId, SmartInteger inSmartInteger)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the smart integer parameter creation operation to modify. |
| SmartInteger | inSmartInteger | Smart integer value. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.17.