This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISpatialCacheManager3 Interface > ISpatialCacheManager3.FillCacheWithCancel Method (ArcObjects .NET 10.5 SDK) |
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