ArcObjects Library Reference (GeoDatabase)  

ITinTriangleFilter.UpperBound Property

The upper bound of the filter.

[Visual Basic .NET]
Public Property UpperBound As Double
[C#]
public double UpperBound {get; set;}
[C++]
HRESULT get_UpperBound(
  double* pBound
);
[C++]
HRESULT put_UpperBound(
  double pBound
);
[C++]

Parameters

pBound [out, retval]   pBound is a parameter of type double pBound [in]   pBound is a parameter of type double

Product Availability

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

See Also

ITinTriangleFilter Interface