Aqualogic Interaction API  
 

IPTObjectManager.Open Method 

Open the object with the specified ObjectID

object Open(
   int nObjectID,
   bool bLockInitially
);

Parameters

nObjectID
the ID of the object to open
bLockInitially
Should the object be locked before opening it? Open will fail if bLockInitially is true and the object is already locked. If true is passed in for bLockInitially, the client is responsible for calling IPTServerContext.UnlockObject

Return Value

the object to be opened

See Also

IPTObjectManager Interface | com.plumtree.server Namespace | IPTServerContext