This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryResultOptions Interface (ArcObjects .NET 10.5 SDK) |
Provides access to methods that control query results.
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 and Classes | Description |
---|---|
QueryResultOptions | Query Result Options CoClass. |
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.