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