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 > IImageView2 Interface > IImageView2.MaxScale Property (ArcObjects .NET 10.5 SDK) |
The maximum cache scale.
[Visual Basic .NET] Public Property MaxScale As Double
[C#] public double MaxScale {get; set;}
[C++]
HRESULT get_MaxScale(
double* pScale
);
[C++]
HRESULT put_MaxScale(
double pScale
);
[C++]
Parameters pScale [out, retval] pScale is a parameter of type double pScale [in] pScale is a parameter of type double