This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalFeatureClass Interface > ITemporalFeatureClass.Threshold Property (ArcObjects .NET 10.5 SDK) |
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