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


IImageType.ReturnType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageType Interface > IImageType.ReturnType Property
ArcGIS Developer Help

IImageType.ReturnType Property

The return type.

[Visual Basic .NET]
Public Property ReturnType As esriImageReturnType
[C#]
public esriImageReturnType ReturnType {get; set;}
[C++]
HRESULT get_ReturnType(
  esriImageReturnType* ReturnType
);
[C++]
HRESULT put_ReturnType(
  esriImageReturnType ReturnType
);
[C++]
Parameters
ReturnType [out, retval]

ReturnType is a parameter of type esriImageReturnType* ReturnType [in]
ReturnType is a parameter of type esriImageReturnType

Product Availability

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

Remarks

ReturnType includes URL and MimeData. If URL is specified the image is stored as a file at the specified location (Physical Output Directory) and can be accessed by internet clients through the Virtual Output Directory. If MIME is specified a stream of bytes is returned to the client.

See Also

IImageType Interface