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


IGPResultOptions2.Format 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.Format Property
ArcGIS Developer Help

IGPResultOptions2.Format Property

The format of results.

[Visual Basic .NET]
Public Property Format As String
[C#]
public string Format {get; set;}
[C++]
HRESULT get_Format(
  System.String* Format
);
[C++]
HRESULT put_Format(
  BSTR Format
);
[C++]
Parameters
Format [out, retval]

Format is a parameter of type BSTR* Format [in]
Format is a parameter of type BSTR

Product Availability

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

See Also

IGPResultOptions2 Interface