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
pExtentpExtent is a parameter of type IEnvelope
expansionFactor expansionFactor is a parameter of type double pCancelTrakerpCancelTraker is a parameter of type ITrackCancel
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.