|
ION Java User's Guide: ION Java Class and Method Reference |
|
The setIDLVariable() method sets the value of a variable in the ION Server. If the variable doesn't exist, it is created.
public final void setIDLVariable(String sName, IONVariable oVar)
The name of the variable to set on the server.
An object of type IONVariable that contains the value of the variable.
IDL Online Help (March 06, 2007)