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


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