This document is archived and information here might be outdated. Recommended version. |
Clears cache for a given layer within a given extent.
[Visual Basic .NET] Public Sub ClearX ( _ ByVal pMapLayerInfo As IMapLayerInfo, _ ByVal pExtent As IEnvelope _ )
[C#] public void ClearX ( IMapLayerInfo pMapLayerInfo, IEnvelope pExtent );
[C++]
HRESULT ClearX(
IMapLayerInfo* pMapLayerInfo,
IEnvelope* pExtent
);
[C++]
Parameters pMapLayerInfo [in]
pMapLayerInfo is a parameter of type IMapLayerInfo pExtent
pExtent is a parameter of type IEnvelope