This document is archived and information here might be outdated. Recommended version. |
Deletes cache for a given layer within a given extent.
[Visual Basic .NET] Public Sub UpdateByGeometryX ( _ ByVal pMapServer As IMapServer, _ ByVal pMapLayerInfo As IMapLayerInfo, _ ByVal mapName As String, _ ByVal pGeometry As IGeometry, _ ByVal pLevels As ILongArray, _ ByVal updateMode As esriMapCacheUpdateMode, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void UpdateByGeometryX ( IMapServer pMapServer, IMapLayerInfo pMapLayerInfo, string mapName, IGeometry pGeometry, ILongArray pLevels, esriMapCacheUpdateMode updateMode, ITrackCancel pTrackCancel );
[C++]
HRESULT UpdateByGeometryX(
IMapServer* pMapServer,
IMapLayerInfo* pMapLayerInfo,
BSTR mapName,
IGeometry* pGeometry,
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 pGeometry [in]
pGeometry is a parameter of type IGeometry 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