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


IMultiResolutionRenderer.MinVisibleResolution Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMultiResolutionRenderer.MinVisibleResolution Property

The minimum resolution at which data are rendered.

[Visual Basic .NET]
Public Property MinVisibleResolution As Double
[C#]
public double MinVisibleResolution {get; set;}
[C++]
HRESULT get_MinVisibleResolution(
  double pResolution
);
[C++]
HRESULT put_MinVisibleResolution(
  System.Double* pResolution
);
[C++]

Parameters pResolution [in]
pResolution is a parameter of type double pResolution [out, retval]
pResolution is a parameter of type double*

Product Availability

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

See Also

IMultiResolutionRenderer Interface