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


IImageServerLayer.ShowResolution Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerLayer Interface > IImageServerLayer.ShowResolution Property
ArcGIS Developer Help

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(
  Boolean* pShowResolution
);
[C++]
HRESULT put_ShowResolution(
  VARIANT_BOOL pShowResolution
);
[C++]
Parameters
pShowResolution [out, retval]

pShowResolution is a parameter of type bool* pShowResolution [in]
pShowResolution is a parameter of type bool

Product Availability

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

See Also

IImageServerLayer Interface