IBinFunction2 Interface

Provides access to members that control a raster histogram bin function.

Members

Name Description
Method CreateFromTitle Create Stock Binfunction.
Method Invert Returns upper and lower limits of bin.
Read-only property NumBins Number of bins (same as rows in table).
Method Title Name of bin function.
Method ValueToIndex Converts pixel values to columns in the descriptor table.

IBinFunction2.CreateFromTitle Method

Create Stock Binfunction.

Public Sub CreateFromTitle ( _
    ByVal Title As String, _
    ByVal NumBins As Integer, _
    ByRef psa As Object[]& _
)
public void CreateFromTitle (
    string Title,
    int NumBins,
    ref Object[]& psa
);

Remarks

This interface is not intended to b

IBinFunction2.Invert Method

Returns upper and lower limits of bin.

Public Sub Invert ( _
    ByVal Bin As Integer, _
    ByRef upper As Double, _
    ByRef lower As Double _
)
public void Invert (
    int Bin,
    ref double upper,
    ref double lower
);

IBinFunction2.NumBins Property

Number of bins (same as rows in table).

Public ReadOnly Property NumBins As Integer
public int NumBins {get;}

IBinFunction2.Title Method

Name of bin function.

Public Sub Title ( _
    ByRef Title As String _
)
public void Title (
    ref string Title
);

IBinFunction2.ValueToIndex Method

Converts pixel values to columns in the descriptor table.

Public Function ValueToIndex ( _
    ByVal pixval As Double _
) As Integer
public int ValueToIndex (
    double pixval
);

Classes that implement IBinFunction2

Classes Description

Remarks

This interface is not intended to use by outside developers.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.