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


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

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