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


ITemporalObservationsTable.Threshold Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalObservationsTable.Threshold Property

The high-water mark or the number of observations that should not be exceeded Threshold.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalObservationsTable Interface