|  | Aqualogic Interaction API | |
| IPTSearchResponse.GetFieldsAsDouble Method |
Returns the value of a single field (property) in a single search result.
double GetFieldsAsDouble(
int nRank,
int nPropertyID
);
Parameters
-
nRank
- Ungrouped result rank, in the range 0 to (GetReturnedResults()-1).
-
nPropertyID
- ID of the property desired, or one of the special-case pseudoproperties given by PT_INTRINSICS in the ranges [1,8] and [51,58]. Must be a double-valued property (or the OBJECTCREATED or OBJECTLASTMODIFIED intrinsics, see the comment for GetFieldsAsXPDateTime).
Return Value
the property value.
See Also
IPTSearchResponse Interface | com.plumtree.server Namespace