ArcObjects Library Reference (DataSourcesRaster)  

IBinFunction.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,
  double* upper,
  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

IBinFunction Interface