Provides access to methods that control query results.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
Format | The query result format. | 
![]()  | 
FormatProperties | Format properties specific to result format. | 
![]()  | 
GeoTransformation | Geo transformation required to transform the geometry if the requested GCS is different from the source. | 
CoClasses that implement IQueryResultOptions
| CoClasses and Classes | Description | 
|---|---|
| QueryResultOptions | Query Result Options CoClass. | 
Remarks
IQueryResultOptions has a property used to select the output Format of a query result. The query result can be formatted into a RecordSet or KMZ format (either as a URL to the kmz file or a Mime object). Another property includes GeoTransformation . This property is used to specify any needed geographic transformation on the results.
FormatProperties is currently not in use.

