ArcObjects Library Reference (ArcGlobe)  

IGlobeDeployment.GetCacheOpByIndex Method

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

[Visual Basic .NET]
Public Sub GetCacheOpByIndex ( _
    ByVal iLayer As Integer, _
    ByRef pOp As esriGlobeDeployCacheOp _
)
[C#]
public void GetCacheOpByIndex (
    int iLayer,
    ref esriGlobeDeployCacheOp pOp
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGlobeDeployment Interface