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


ISpatialCacheManager3.FillCacheWithCancel Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISpatialCacheManager3.FillCacheWithCancel Method

Fills the spatial cache using the specified extent with an expansion factor.

[Visual Basic .NET]
Public Sub FillCacheWithCancel ( _
    ByVal Extent As IEnvelope, _
    ByVal expansionFactor As Double, _
    ByVal cancelTraker As ITrackCancel _
)
[C#]
public void FillCacheWithCancel (
    IEnvelope Extent,
    double expansionFactor,
    ITrackCancel cancelTraker
);
[C++]
HRESULT FillCacheWithCancel(
  IEnvelope* Extent,
  double expansionFactor,
  ITrackCancel* cancelTraker
);
[C++]

Parameters Extent
Extent is a parameter of type IEnvelope expansionFactor expansionFactor is a parameter of type double cancelTraker
cancelTraker is a parameter of type ITrackCancel

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISpatialCacheManager3 Interface