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


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

IQueryResultOptions.FormatProperties Property

Format properties specific to result format.

[Visual Basic .NET]
Public Property FormatProperties As IPropertySet
[C#]
public IPropertySet FormatProperties {get; set;}
[C++]
HRESULT get_FormatProperties(
  IPropertySet** ppOptions
);
[C++]
HRESULT putref_FormatProperties(
  IPropertySet* ppOptions
);
[C++]
Parameters
ppOptions [out, retval]

ppOptions is a parameter of type IPropertySet** ppOptions [in]
ppOptions is a parameter of type IPropertySet*

Product Availability

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

Remarks

FormatProperties is currently not in use.

See Also

IQueryResultOptions Interface