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


ITemporalLayer.FeatureCacheWindow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.FeatureCacheWindow Property
ArcGIS Developer Help

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(
  System.Int32* pnPercent
);
[C++]
HRESULT put_FeatureCacheWindow(
  Long pnPercent
);
[C++]
Parameters
pnPercent [out, retval]

pnPercent is a parameter of type int* pnPercent [in]
pnPercent is a parameter of type int

Product Availability

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

See Also

ITemporalLayer Interface