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


ILegend2.Title Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILegend2.Title Property

Title.

[Visual Basic .NET]
Public Property Title As String
[C#]
public string Title {get; set;}
[C++]
HRESULT get_Title(
  BSTR* Title
);
[C++]
HRESULT put_Title(
  BSTR Title
);
[C++]

Parameters Title [out, retval] Title is a parameter of type BSTR Title [in] Title is a parameter of type BSTR

Product Availability

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

See Also

ILegend2 Interface