ArcObjects Library Reference (Carto)  

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