This document is archived and information here might be outdated. Recommended version. |
Indicates if there is a cache for a given layer.
[Visual Basic .NET] Public Function HasLayerCache ( _ ByVal pLayer As ILayer _ ) As Boolean
[C#] public bool HasLayerCache ( ILayer pLayer );
[C++]
HRESULT HasLayerCache(
ILayer* pLayer
);
[C++] Parameters pLayer [in]
pLayer is a parameter of type ILayer*