This document is archived and information here might be outdated. Recommended version. |
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*