Aqualogic Interaction API  
 

IPTQueryResult.ItemAsFloat Method 

Returns the value of a "cell" in this IPTQueryResult.

float ItemAsFloat(
   int nRow,
   int nPropID
);

Parameters

nRow
the row number (a zero based index)
nPropID
the property ID of the desired property (from PT_PROPIDS)

Return Value

the cell value, as a float

See Also

IPTQueryResult Interface | com.plumtree.server Namespace