This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinValueFilter Interface > ITinValueFilter.LowerBound Property (ArcObjects .NET 10.4 SDK) |
The lower bound of the filter.
[Visual Basic .NET] Public Property LowerBound As Integer
[C#] public int LowerBound {get; set;}
[C++]
HRESULT get_LowerBound(
long* pLowerBound
);
[C++]
HRESULT put_LowerBound(
long pLowerBound
);
[C++]
Parameters pLowerBound [out, retval] pLowerBound is a parameter of type long pLowerBound [in] pLowerBound is a parameter of type long