Aqualogic Interaction API  
 

IPTSession.OpenGlobalObject Method 

Instantiates and returns a Global object. Should only be called after the IPTSession has been connected.

object OpenGlobalObject(
   int iObjectID,
   bool bLockInitially
);

Parameters

iObjectID
- The ID of the global object to retrieve. Valid values are from the PT_GLOBALOBJECTS enumeration.
bLockInitially
- Pass true to lock the object before returning it, false otherwise.

Return Value

The global object.

See Also

IPTSession Interface | com.plumtree.server Namespace