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


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