This document is archived and information here might be outdated. Recommended version. |
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*