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


ISpatialCacheManager2.CacheExpansionFactor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISpatialCacheManager2.CacheExpansionFactor Property

The extent expansion factor for the spatial cache.

[Visual Basic .NET]
Public ReadOnly Property CacheExpansionFactor As Double
[C#]
public double CacheExpansionFactor {get;}
[C++]
HRESULT get_CacheExpansionFactor(
  double* expansionFactor
);
[C++]

Parameters expansionFactor [out, retval] expansionFactor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The CacheExpansionFilter returns the expansion factor specified after a call to FillCacheEx.

See Also

ISpatialCacheManager2 Interface