Umra.GetVariableText
long GetVariableText([in] BSTR VariableName, [out] VARIANT* ValueText)
Argument
|
Type
|
Description
|
VariableName
|
in
|
The name of the variable of which the textual value must be retrieved.
|
ValueText
|
out
|
The text value of the specified variable.
|
The interface method retrieves the text value of a specified variable. The variable must be contained by the list of variables maintained by the COM object. The method is normally used when a project is executed on the UMRA Service and variable values are generated by the UMRA project script.
On success, the return value is zero. If the variable is not found in the list with variables, or if the variable contains no text value, a non zero value is returned.
|