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