ArcObjects Library Reference (System)  

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 get_OutputFormats(
  BSTR* OutputFormats
);
[C++]
HRESULT put_OutputFormats(
  BSTR OutputFormats
);
[C++]

Parameters

OutputFormats [out, retval]   OutputFormats is a parameter of type BSTR OutputFormats [in]   OutputFormats is a parameter of type BSTR

Product Availability

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

See Also

IRESTOperation Interface