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


ITinValueFilter.UpperBound Property (ArcObjects .NET 10.4 SDK)
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