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


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

IBinFunction2.Title Method

Name of bin function.

[Visual Basic .NET]
Public Sub Title ( _
    ByRef Title As String _
)
[C#]
public void Title (
    ref string Title
);
[C++]
HRESULT Title(
  System.String* Title
);
[C++]
Parameters
Title [out]

Title is a parameter of type BSTR*

Product Availability

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

See Also

IBinFunction2 Interface