Uiinfrastructure API Docs  
 

PTSortedArrayWrapper.ContainsPropID Method 

MES- ContainsPropID is used by clients to see if a given Property is represented by a column in the data.

public virtual bool ContainsPropID(
   int iPropID
);

Parameters

iPropID
is the ID of the Property

Return Value

a boolean indicating if the Property is found

See Also

PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace