Gets the virtual cache directory for a given layer.
[Visual Basic 6.0] Function GetVirtualCacheDirectory(
ByVal LayerID As Long _
) As String
[Visual Basic .NET] Public Function GetVirtualCacheDirectory ( _ ByVal LayerID As Integer _ ) As String
[C#] public string GetVirtualCacheDirectory ( int LayerID );
[Java] public String getVirtualCacheDirectory ( int LayerID ) throws IOException, AutomationException
[C++]
HRESULT GetVirtualCacheDirectory(
long LayerID,
BSTR* pUrl
);
Parameters
LayerID [in]
LayerID is a parameter of type long
pUrl [out, retval]
pUrl is a parameter of type BSTR