This document is archived and information here might be outdated.  Recommended version.


ISpatialCacheManager2.FillCacheEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISpatialCacheManager2 Interface > ISpatialCacheManager2.FillCacheEx Method
ArcGIS Developer Help

ISpatialCacheManager2.FillCacheEx Method

Fills the spatial cache using the specified extent with an expansion factor.

[Visual Basic .NET]
Public Sub FillCacheEx ( _
    ByVal Extent As IEnvelope, _
    ByVal expansionFactor As Double _
)
[C#]
public void FillCacheEx (
    IEnvelope Extent,
    double expansionFactor
);
[C++]
HRESULT FillCacheEx(
  IEnvelope* Extent,
  double expansionFactor
);
[C++]
Parameters
Extent 

Extent 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.

See Also

ISpatialCacheManager2 Interface