Indicates if the raster resolution should be displayed in the Table of Contents.
[Visual Basic 6.0] Property ShowResolution As Boolean
[Visual Basic .NET] Public Property ShowResolution As Boolean
[C#] public bool ShowResolution {get; set;}
[Java] public boolean isShowResolution() throws IOException, AutomationException
[Java] public void setShowResolution( boolean ShowResolution ) throws IOException, AutomationException
[C++]
HRESULT get_ShowResolution(
VARIANT_BOOL* b
);
[C++] HRESULT put_ShowResolution( VARIANT_BOOL b);
Parameters
b [out, retval]
b is a parameter of type VARIANT_BOOL
b [in]
b is a parameter of type VARIANT_BOOL