Indicates if there is a cache for a given layer.
[Visual Basic 6.0] Function HasLayerCache(
ByVal pLayer As ILayer _
) As Boolean
[Visual Basic .NET] Public Function HasLayerCache ( _ ByVal pLayer As ILayer _ ) As Boolean
[C#] public bool HasLayerCache ( ILayer pLayer );
[Java] public Boolean hasLayerCache ( ILayer pLayer ) throws IOException, AutomationException
[C++] HRESULT HasLayerCache( ILayer* pLayer, VARIANT_BOOL* pHasCache );
Parameters
pLayer [in]
pLayer is a parameter of type ILayer
pHasCache [out, retval]
pHasCache is a parameter of type VARIANT_BOOL