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


IGlobeDeployment.GetCacheOp Method (ArcObjects .NET 10.5 SDK)
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