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


ITemporalLayer.CacheFeatures 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.CacheFeatures Property
ArcGIS Developer Help

ITemporalLayer.CacheFeatures Property

Controls whether Features are cached in the renderer's feature memory or are read from the feature class.

[Visual Basic .NET]
Public Property CacheFeatures As Boolean
[C#]
public bool CacheFeatures {get; set;}
[C++]
HRESULT get_CacheFeatures(
  VARIANT_BOOL pbAreFeaturesCached
);
[C++]
HRESULT put_CacheFeatures(
  Boolean* pbAreFeaturesCached
);
[C++]
Parameters
pbAreFeaturesCached [in]

pbAreFeaturesCached is a parameter of type bool pbAreFeaturesCached [out, retval]
pbAreFeaturesCached is a parameter of type bool*

Product Availability

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

See Also

ITemporalLayer Interface