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


IBinFunction2.CreateFromTitle Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBinFunction2.CreateFromTitle Method

Create Stock Binfunction.

[Visual Basic .NET]
Public Sub CreateFromTitle ( _
    ByVal Title As String, _
    ByVal NumBins As Integer, _
    ByRef psa As Object[]& _
)
[C#]
public void CreateFromTitle (
    string Title,
    int NumBins,
    ref Object[]& psa
);
[C++]
HRESULT CreateFromTitle(
  BSTR Title,
  long NumBins,
  psa* psa
);
[C++]

Parameters Title [in] Title is a parameter of type BSTR NumBins [in] NumBins is a parameter of type long psa [in] psa is a parameter of type

Product Availability

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

Remarks

This interface is not intended to b

See Also

IBinFunction2 Interface