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


IGlobeDeployment.PutCachePath 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.PutCachePath Method
ArcGIS Developer Help

IGlobeDeployment.PutCachePath Method

The deployment cache for a layer.

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface