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.