This document is archived and information here might be outdated. Recommended version. |
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).