ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalLayer.FeatureCacheWindow Property

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

[Visual Basic 6.0]
Property FeatureCacheWindow As Empty
[Visual Basic .NET]
Public Property FeatureCacheWindow As Integer
[C#]
public int FeatureCacheWindow {get; set;}
[Java]
public int getFeatureCacheWindow()
throws
    IOException,
    AutomationException
[Java]
public void setFeatureCacheWindow(
Long FeatureCacheWindow
)
throws
    IOException,
    AutomationException
[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.

Description

Reserved for future use.

See Also

ITemporalLayer Interface

 


Feedback Send feedback on this page