ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalLayer.Cached Property

Indicates if the layer needs its own display cache.

[Visual Basic 6.0]
Property Cached As Boolean
[Visual Basic .NET]
Public Property Cached As Boolean
[C#]
public bool Cached {get; set;}
[Java]
public boolean isCached()
throws
    IOException,
    AutomationException
[Java]
public void setCached(
boolean Cached
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Cached(
  VARIANT_BOOL* Cached
);
[C++]
HRESULT put_Cached(
  VARIANT_BOOL Cached

);

[C++]

Parameters

Cached [out, retval]

  Cached is a parameter of type VARIANT_BOOL

Cached [in]

  Cached is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITemporalLayer Interface

 


Feedback Send feedback on this page