Aqualogic Interaction API  
 

IPTPropertyFilterClauses.GetItem Method 

A PropertyFilterClauses object is essentially a list of PropertyFilterItems. This method returns the PropertyFilterItem at the specified index.

IPTPropertyFilterItem GetItem(
   int nIndex
);

Parameters

nIndex
the index of the item to be retrieved

Return Value

the PropertyFilterItem at the index

See Also

IPTPropertyFilterClauses Interface | com.plumtree.server Namespace | IPTPropertyFilterItem