ArcObjects Library Reference (Carto)  

IWMTSLayer.ImageFormat Property

Image format.

[Visual Basic .NET]
Public Property ImageFormat As String
[C#]
public string ImageFormat {get; set;}
[C++]
HRESULT get_ImageFormat(
  BSTR* 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