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


IImageDescription.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageDescription.Type Property

The type of image to be generated.

[Visual Basic .NET]
Public Property Type As IImageType
[C#]
public IImageType Type {get; set;}
[C++]
HRESULT get_Type(
  IImageType** imgType
);
[C++]
HRESULT put_Type(
  IImageType* imgType
);
[C++]

Parameters imgType [out, retval]
imgType is a parameter of type IImageType imgType [in]
imgType is a parameter of type IImageType

Product Availability

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

Remarks

Type includes the format and the return type (URL or Mime data) of the image.

See Also

IImageDescription Interface

.NET Related Topics

Managing application state | Map services