|
IDL Connectivity Bridges: Using Exported Java Objects |
|
The setIDLVariable method sets the specified variable name to the specified value in the IDL process containing the underlying IDL object. If the type is JIDLArray, it is always converted to IDL majority.
| Note This method is disabled for applications running in the IDL Virtual Machine. |
public void setIDLVariable(String sVar, Object value)
A string identifying the variable in the IDL process to be set to value.
The value for sVar. The value should be an object of type JIDLNumber, JIDLObjectI, JIDLString or JIDLArray. If the variable does not exist, it is created.
See Data Manipulation with a Java Connector Object for an array manipulation example that uses the getIDLVariable, setIDLVariable and executeString methods.
IDL Online Help (March 06, 2007)