This document is archived and information here might be outdated.  Recommended version.


IQueryResultOptions Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryResultOptions Interface
ArcGIS Developer Help

IQueryResultOptions Interface

Provides access to methods that control query results.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property Format The query result format.
Read/write property FormatProperties Format properties specific to result format.
Read/write property GeoTransformation Geo transformation required to transform the geometry if the requested GCS is different from the source.

Classes that implement IQueryResultOptions

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.