ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer.FeatureCacheWindow Property

Determines the number of features to cache if the CacheFeatures property is true.

[Visual Basic .NET]
Public Property FeatureCacheWindow As Integer
[C#]
public int FeatureCacheWindow {get; set;}
[C++]
HRESULT get_FeatureCacheWindow(
  Long* pnPercent
);
[C++]
HRESULT put_FeatureCacheWindow(
  Long pnPercent
);
[C++]

Parameters

pnPercent [out, retval]   pnPercent is a parameter of type Long pnPercent [in]   pnPercent is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLayer Interface