This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryResultOptions Interface > IQueryResultOptions.FormatProperties Property (ArcObjects .NET 10.5 SDK) |
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
FormatProperties is currently not in use.