This document is archived and information here might be outdated. Recommended version. |
Fully generates cache for a given layer.
[Visual Basic .NET] Public Sub Generate ( _ ByVal pMap As IMap, _ ByVal pLayer As ILayer, _ ByVal pDisplay As IDisplay, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void Generate ( IMap pMap, ILayer pLayer, IDisplay pDisplay, ITrackCancel pTrackCancel );
[C++]
HRESULT Generate(
IMap* pMap,
ILayer* pLayer,
IDisplay* pDisplay,
ITrackCancel* pTrackCancel
);
[C++]
Parameters pMap [in]
pMap is a parameter of type IMap* pLayer [in]
pLayer is a parameter of type ILayer* pDisplay [in]
pDisplay is a parameter of type IDisplay* pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel*