RemoveVariable Method
Overloads
| RemoveVariable(String) |
Removes a variable. |
RemoveVariable(String)
Removes a variable.
Declaration
[Obsolete("Use _Doc::DestroyVariableById_ method or _Doc::DestroyVariableByName_ method instead")]
public bool RemoveVariable([QixName("qName")] string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Name of the variable. Variable names are case sensitive. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
Remarks
The operation is successful if qReturn is set to true.