This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinValueFilter Interface > ITinValueFilter.UpperBound Property (ArcObjects .NET 10.4 SDK) |
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