|
ION Java User's Guide: ION Java Class and Method Reference |
|
The getConnection() method is used to retrieve the IONGraphicConnection object with which this object is associated.
public IONGraphicConnection getConnection()
Returns the IONGraphicConnection object that this object is associated with. If no connection is associated with this object null is returned.
None.
None.
IONGraphicConnection conn = getConnection();
IDL Online Help (March 06, 2007)