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