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


ISpatialCacheManager3.FillCacheWithCancel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISpatialCacheManager3 Interface > ISpatialCacheManager3.FillCacheWithCancel Method
ArcGIS Developer Help

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