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


ITemporalFeatureClass.Threshold Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalFeatureClass Interface > ITemporalFeatureClass.Threshold Property
ArcGIS Developer Help

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