This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryResultOptions Interface > IQueryResultOptions.Format Property (ArcObjects .NET 10.4 SDK) |
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
The query result can be formatted into a RecordSet or KMZ format (either as a URL to the kmz file or a Mime object).