Aqualogic Interaction API  
 

IPTObjectManager.QueryCount Method 

Counts the number of objects of this class that match a filter

int QueryCount(
   int lFolderID,
   object[][] vQueryFilter
);

Parameters

lFolderID
the folder whose contents are being queried, or -1 for all folders
vQueryFilter
is a 2D array with 3 columns. The first column holds the property id, from PT_PROPIDS. The second column holds the operator, from PT_FILTEROPS. The third column holds the value to be matched.

See Also

IPTObjectManager Interface | com.plumtree.server Namespace