This document is archived and information here might be outdated. Recommended version. |
Import cache.
[Visual Basic .NET] Public Sub Manage ( _ ByVal LayerName As String, _ ByVal pLevels As ILongArray, _ ByVal pGeometry As IGeometry, _ ByVal Mode As esriMapCacheUpdateMode, _ ByVal numThreads As Integer, _ ByVal pTrackCancel As ITrackCancel, _ ByVal pGPMessages As IGPMessages _ )
[C#] public void Manage ( string LayerName, ILongArray pLevels, IGeometry pGeometry, esriMapCacheUpdateMode Mode, int numThreads, ITrackCancel pTrackCancel, IGPMessages pGPMessages );
[C++]
HRESULT Manage(
BSTR LayerName,
ILongArray* pLevels,
IGeometry* pGeometry,
esriMapCacheUpdateMode Mode,
long numThreads,
ITrackCancel* pTrackCancel,
IGPMessages* pGPMessages
);
[C++] Parameters LayerName [in]
LayerName is a parameter of type BSTR pLevels [in]
pLevels is a parameter of type ILongArray* pGeometry [in]
pGeometry is a parameter of type IGeometry* Mode
Mode is a parameter of type esriMapCacheUpdateMode numThreads [in]
numThreads is a parameter of type long pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel* pGPMessages [in]
pGPMessages is a parameter of type IGPMessages*