Aqualogic Interaction API  
 

IPTObjectManager.QuerySingleObject Method 

Returns a Query Result (very similar to that returned by Query) that contains information about a specific object

IPTQueryResult QuerySingleObject(
   int nObjectID
);

Parameters

nObjectID
the object ID of the object for which information is sought

Return Value

an IPTQueryResult that holds the requested record

See Also

IPTObjectManager Interface | com.plumtree.server Namespace