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


IRESTOperation.OutputFormats Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTOperation Interface > IRESTOperation.OutputFormats Property
ArcGIS Developer Help

IRESTOperation.OutputFormats Property

Supported output formats, separated by comma.

[Visual Basic .NET]
Public Property OutputFormats As String
[C#]
public string OutputFormats {get; set;}
[C++]
HRESULT put_OutputFormats(
  BSTR OutputFormats
);
[C++]
Parameters
OutputFormats [in]

OutputFormats is a parameter of type BSTR

Product Availability

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

See Also

IRESTOperation Interface