ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalLayer.CacheFeatures Property

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

[Visual Basic 6.0]
Property CacheFeatures As Boolean
[Visual Basic .NET]
Public Property CacheFeatures As Boolean
[C#]
public bool CacheFeatures {get; set;}
[Java]
public boolean isCacheFeatures()
throws
    IOException,
    AutomationException
[Java]
public void setCacheFeatures(
boolean CacheFeatures
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_CacheFeatures(
  VARIANT_BOOL* pbAreFeaturesCached
);
[C++]
HRESULT put_CacheFeatures(
  VARIANT_BOOL pbAreFeaturesCached

);

[C++]

Parameters

pbAreFeaturesCached [out, retval]

  pbAreFeaturesCached is a parameter of type VARIANT_BOOL

pbAreFeaturesCached [in]

  pbAreFeaturesCached is a parameter of type VARIANT_BOOL

Product Availability

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

Description

This property controls whether features are cached in the renderer's feature memory or are read from the feature class.

See Also

ITemporalLayer Interface

 


Feedback Send feedback on this page