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


IQueryResultOptions.Format Property (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 > IQueryResultOptions.Format Property
ArcGIS Developer Help

IQueryResultOptions.Format Property

The query result format.

[Visual Basic .NET]
Public Property Format As esriQueryResultFormat
[C#]
public esriQueryResultFormat Format {get; set;}
[C++]
HRESULT get_Format(
  esriQueryResultFormat* Format
);
[C++]
HRESULT put_Format(
  esriQueryResultFormat Format
);
[C++]
Parameters
Format [out, retval]

Format is a parameter of type esriQueryResultFormat* Format [in]
Format is a parameter of type esriQueryResultFormat

Product Availability

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

Remarks

The query result can be formatted into a RecordSet or KMZ format (either as a URL to the kmz file or a Mime object).

See Also

IQueryResultOptions Interface