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