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