ArcObjects Library Reference (ArcGlobe)  

IGlobeDeployment.GetCacheOp Method

The operation to be performed with the cache of a layer.

[Visual Basic .NET]
Public Sub GetCacheOp ( _
    ByVal pLayer As ILayer, _
    ByRef pOp As esriGlobeDeployCacheOp _
)
[C#]
public void GetCacheOp (
    ILayer pLayer,
    ref esriGlobeDeployCacheOp pOp
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface