ArcObjects Library Reference (GeoDatabase)  

ITinValueFilter.LowerBound Property

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

Product Availability

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

See Also

ITinValueFilter Interface