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


IGlobeDeployment.GetCachePath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGlobeDeployment Interface > IGlobeDeployment.GetCachePath Method
ArcGIS Developer Help

IGlobeDeployment.GetCachePath Method

The deployment cache for a layer.

[Visual Basic .NET]
Public Sub GetCachePath ( _
    ByVal pLayer As ILayer, _
    ByRef pPath As String, _
    ByRef foldername As String _
)
[C#]
public void GetCachePath (
    ILayer pLayer,
    ref string pPath,
    ref string foldername
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface