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


IWMTSLayer.ImageFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMTSLayer Interface > IWMTSLayer.ImageFormat Property
ArcGIS Developer Help

IWMTSLayer.ImageFormat Property

Image format.

[Visual Basic .NET]
Public Property ImageFormat As String
[C#]
public string ImageFormat {get; set;}
[C++]
HRESULT get_ImageFormat(
  System.String* ImageFormat
);
[C++]
HRESULT put_ImageFormat(
  BSTR ImageFormat
);
[C++]
Parameters
ImageFormat [out, retval]

ImageFormat is a parameter of type BSTR* ImageFormat [in]
ImageFormat is a parameter of type BSTR

Product Availability

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

See Also

IWMTSLayer Interface