ArcObjects Library Reference (ArcGlobe)  

IGlobeDeployment.PutCacheOp Method

The operation to be performed with the cache.

[Visual Basic .NET]
Public Sub PutCacheOp ( _
    ByVal pLayer As ILayer, _
    ByVal op As esriGlobeDeployCacheOp _
)
[C#]
public void PutCacheOp (
    ILayer pLayer,
    esriGlobeDeployCacheOp op
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface