Method SetTextParameterizedValue
SetTextParameterizedValue(ElementId, string)
Sets the parameterized value of a parameterized text parameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 200)]
void SetTextParameterizedValue(ElementId inElementId, string inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to modify. |
| string | inValue | New parameterized value (ex: "Hexagon Bolt ISO 4014 - [$Code]"). |
Remarks
The text parameter is made parameterized if it was not already parameterized.
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.7.201.200.