ArcObjects Library Reference  (Carto)    

IMapCooker2.UpdateMapServerCacheScales Method

Updates Map Server's Cache Scales.

[Visual Basic 6.0]
Sub UpdateMapServerCacheScales(
    ByVal pScales As IDoubleArray _
)
[Visual Basic .NET]
Public Sub UpdateMapServerCacheScales ( _
    ByVal pScales As IDoubleArray _
)
[C#]
public void UpdateMapServerCacheScales (
    IDoubleArray pScales
);
[Java]
public void updateMapServerCacheScales (
    IDoubleArray pScales
)
throws
    IOException,
    AutomationException
[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