This document is archived and information here might be outdated.  Recommended version.


IGlobeHelperPub.CreateAllCacheSubDirectoriesInPath Method (ArcObjects .NET 10.4 SDK)
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