Aqualogic Interaction API  
 

IPTPropertyFilterClauses.RemoveItem Method 

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

void RemoveItem(
   int nIndex
);

Parameters

nIndex
the index of the item to remove

See Also

IPTPropertyFilterClauses Interface | com.plumtree.server Namespace