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


ISpatialCacheManager2.CacheExpansionFactor Property (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.CacheExpansionFactor Property
ArcGIS Developer Help

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(
  System.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