ArcObjects Library Reference (Carto)  

IImageServerLayer.ShowResolution Property

Indicates if the image resolution should be displayed in TOC.

[Visual Basic .NET]
Public Property ShowResolution As Boolean
[C#]
public bool ShowResolution {get; set;}
[C++]
HRESULT get_ShowResolution(
  VARIANT_BOOL* pShowResolution
);
[C++]
HRESULT put_ShowResolution(
  VARIANT_BOOL pShowResolution
);
[C++]

Parameters

pShowResolution [out, retval]   pShowResolution is a parameter of type VARIANT_BOOL pShowResolution [in]   pShowResolution is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IImageServerLayer Interface