ArcObjects Library Reference (GlobeCore)  

IGlobeHelperPub.CreateAllCacheSubDirectoriesInPath Method

Creates All Cache Directories in path

[Visual Basic .NET]
Public Sub CreateAllCacheSubDirectoriesInPath ( _
    ByVal fullPath As String _
)
[C#]
public void CreateAllCacheSubDirectoriesInPath (
    string fullPath
);
[C++]
HRESULT CreateAllCacheSubDirectoriesInPath(
  BSTR fullPath
);
[C++]

Parameters

fullPath [in]   fullPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeHelperPub Interface