ArcObjects Library Reference (TrackingAnalyst)  

ITemporalFeatureClass.Threshold Property

Indicates the high-water mark, or maximum number of observations allowed before records are purged from memory.

[Visual Basic .NET]
Public Property Threshold As Object
[C#]
public object Threshold {get; set;}
[C++]
HRESULT get_Threshold(
  VARIANT* pVal
);
[C++]
HRESULT put_Threshold(
  VARIANT pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT pVal [in]   pVal is a parameter of type VARIANT

Product Availability

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

See Also

ITemporalFeatureClass Interface