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


IBinFunction2.CreateFromTitle 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.CreateFromTitle Method
ArcGIS Developer Help

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,
  SAFEARRAY(Variant)* 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 SAFEARRAY(VARIANT)*

Product Availability

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

Remarks

This interface is not intended to b

See Also

IBinFunction2 Interface