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


IGlobeHelperPub.CreateAllCacheSubDirectoriesInPath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHelperPub Interface > IGlobeHelperPub.CreateAllCacheSubDirectoriesInPath Method
ArcGIS Developer Help

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