This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerLayer Interface > IImageServerLayer.ShowResolution Property (ArcObjects .NET 10.5 SDK) |
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