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