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


ITemporalRecordSet.FeatureCacheWindow Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalRecordSet.FeatureCacheWindow Property

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

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

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

Product Availability

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

See Also

ITemporalRecordSet Interface