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


IGPResultOptions2.FormatProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPResultOptions2 Interface > IGPResultOptions2.FormatProperties Property
ArcGIS Developer Help

IGPResultOptions2.FormatProperties Property

The format properties of results.

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

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

Product Availability

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

See Also

IGPResultOptions2 Interface