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


IBinFunction2.Invert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBinFunction2 Interface > IBinFunction2.Invert Method
ArcGIS Developer Help

IBinFunction2.Invert Method

Returns upper and lower limits of bin.

[Visual Basic .NET]
Public Sub Invert ( _
    ByVal Bin As Integer, _
    ByRef upper As Double, _
    ByRef lower As Double _
)
[C#]
public void Invert (
    int Bin,
    ref double upper,
    ref double lower
);
[C++]
HRESULT Invert(
  long Bin,
  System.Double* upper,
  System.Double* lower
);
[C++]
Parameters
Bin [in]

Bin is a parameter of type long upper [out]
upper is a parameter of type double* lower [out]
lower is a parameter of type double*

Product Availability

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

See Also

IBinFunction2 Interface