ArcObjects Library Reference (Carto)  

IImageResult.MimeData Property

Binary data representing the generated image.

[Visual Basic .NET]
Public ReadOnly Property MimeData As Byte[]
[C#]
public Byte[] MimeData {get;}
[C++]
HRESULT get_MimeData(
  Data* Data
);
[C++]

Parameters

Data [out, retval]   Data is a parameter of type

Product Availability

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

Remarks

If MIME is specified a stream of bytes is returned to the client.

See Also

IImageResult Interface

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |