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


ITinValueFilter.LowerBound Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinValueFilter Interface > ITinValueFilter.LowerBound Property
ArcGIS Developer Help

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(
  System.Int32* pLowerBound
);
[C++]
Parameters
pLowerBound [in]

pLowerBound is a parameter of type long pLowerBound [out, retval]
pLowerBound is a parameter of type long*

Product Availability

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

See Also

ITinValueFilter Interface