ArcObjects Library Reference (DataSourcesRaster)  

IBinFunction.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(
  BSTR* 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

IBinFunction Interface