Fills the spatial cache using the specified extent with an expansion factor.
[Visual Basic .NET] Public Sub FillCacheEx ( _ ByVal pExtent As IEnvelope, _ ByVal expansionFactor As Double _ )
[C#] public void FillCacheEx ( IEnvelope pExtent, double expansionFactor );
[C++]
HRESULT FillCacheEx(
IEnvelope* pExtent,
double expansionFactor
);
[C++]Parameters
pExtentpExtent is a parameter of type IEnvelope
expansionFactor expansionFactor is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
FillCacheEx takes an envelope and a parameter used to expand the envelope. The expand factor must be greater than 1 ; 1.1 would expand it by 10%, while 2 would double the size.