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


IMapServer4.GetSupportedImageReturnTypes Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServer4.GetSupportedImageReturnTypes Method

The supported image return types for the map server. A value of esriImageReturnMimeData means that only MIME data is supported. Otherwise, either MIME data or URLs are supported.

[Visual Basic .NET]
Public Function GetSupportedImageReturnTypes ( _
) As esriImageReturnType
[C#]
public esriImageReturnType GetSupportedImageReturnTypes (
);
[C++]
HRESULT GetSupportedImageReturnTypes(
  esriImageReturnType* retType
);
[C++]

Parameters retType [out, retval]
retType is a parameter of type esriImageReturnType

Product Availability

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

See Also

IMapServer4 Interface