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


IMapServer4.GetSupportedImageReturnTypes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.GetSupportedImageReturnTypes Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

IMapServer4 Interface