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 pExtent As IEnvelope, _
    ByVal expansionFactor As Double, _
    ByVal pCancelTraker As ITrackCancel _
)
[C#]
public void FillCacheWithCancel (
    IEnvelope pExtent,
    double expansionFactor,
    ITrackCancel pCancelTraker
);
[C++]
HRESULT FillCacheWithCancel(
  IEnvelope* pExtent,
  double expansionFactor,
  ITrackCancel* pCancelTraker
);
[C++]

Parameters

pExtent

  pExtent is a parameter of type IEnvelope

expansionFactor   expansionFactor is a parameter of type double pCancelTraker

  pCancelTraker is a parameter of type ITrackCancel

Product Availability

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

See Also

ISpatialCacheManager3 Interface