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


IMapCookerX.UpdateX Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IMapCookerX.UpdateX Method

Updates cache for a given layer within a given extent.

[Visual Basic .NET]
Public Sub UpdateX ( _
    ByVal pMapServer As IMapServer, _
    ByVal pMapLayerInfo As IMapLayerInfo, _
    ByVal mapName As String, _
    ByVal pExtent As IEnvelope, _
    ByVal pLevels As ILongArray, _
    ByVal updateMode As esriMapCacheUpdateMode, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void UpdateX (
    IMapServer pMapServer,
    IMapLayerInfo pMapLayerInfo,
    string mapName,
    IEnvelope pExtent,
    ILongArray pLevels,
    esriMapCacheUpdateMode updateMode,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT UpdateX(
  IMapServer* pMapServer,
  IMapLayerInfo* pMapLayerInfo,
  BSTR mapName,
  IEnvelope* pExtent,
  ILongArray* pLevels,
  esriMapCacheUpdateMode updateMode,
  ITrackCancel* pTrackCancel
);
[C++]
Parameters
pMapServer [in]

pMapServer is a parameter of type IMapServer* pMapLayerInfo [in]
pMapLayerInfo is a parameter of type IMapLayerInfo* mapName [in]
mapName is a parameter of type BSTR pExtent [in]
pExtent is a parameter of type IEnvelope* pLevels [in]
pLevels is a parameter of type ILongArray* updateMode [in]
updateMode is a parameter of type esriMapCacheUpdateMode pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*

Product Availability

No record for CartoX in Libraries found

See Also

IMapCookerX Interface