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


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

IRasterLayer.ShowResolution Property

Indicates if the raster resolution should be displayed in the Table of Contents.

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

b is a parameter of type bool b [out, retval]
b is a parameter of type bool*

Product Availability

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

See Also

IRasterLayer Interface