ArcObjects Library Reference (GeoDatabase)  

ITinValueFilter.UpperBound Property

The upper bound of the filter.

[Visual Basic .NET]
Public Property UpperBound As Integer
[C#]
public int UpperBound {get; set;}
[C++]
HRESULT get_UpperBound(
  long* pUpperBound
);
[C++]
HRESULT put_UpperBound(
  long pUpperBound
);
[C++]

Parameters

pUpperBound [out, retval]   pUpperBound is a parameter of type long pUpperBound [in]   pUpperBound is a parameter of type long

Product Availability

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

See Also

ITinValueFilter Interface