Gets cache directory for a given layer.
[Visual Basic 6.0] Function GetCacheDirectory(
ByVal pLayer As ILayer _
) As String
[Visual Basic .NET] Public Function GetCacheDirectory ( _ ByVal pLayer As ILayer _ ) As String
[C#] public string GetCacheDirectory ( ILayer pLayer );
[Java] public String getCacheDirectory ( ILayer pLayer ) throws IOException, AutomationException
[C++] HRESULT GetCacheDirectory( ILayer* pLayer, BSTR* pCacheDir );
Parameters
pLayer [in]
pLayer is a parameter of type ILayer
pCacheDir [out, retval]
pCacheDir is a parameter of type BSTR