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


IMapCooker2.UpdateMapServerCacheScales Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker2 Interface > IMapCooker2.UpdateMapServerCacheScales Method
ArcGIS Developer Help

IMapCooker2.UpdateMapServerCacheScales Method

Updates Map Server's Cache Scales.

[Visual Basic .NET]
Public Sub UpdateMapServerCacheScales ( _
    ByVal pScales As IDoubleArray _
)
[C#]
public void UpdateMapServerCacheScales (
    IDoubleArray pScales
);
[C++]
HRESULT UpdateMapServerCacheScales(
  IDoubleArray* pScales
);
[C++]
Parameters
pScales [in]

pScales is a parameter of type IDoubleArray*

Product Availability

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

See Also

IMapCooker2 Interface