This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBinFunction2 Interface > IBinFunction2.CreateFromTitle Method (ArcObjects .NET 10.5 SDK) |
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
This interface is not intended to b