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