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


ILegend3.Title Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegend3 Interface > ILegend3.Title Property
ArcGIS Developer Help

ILegend3.Title Property

Title.

[Visual Basic .NET]
Public Property Title As String
[C#]
public string Title {get; set;}
[C++]
HRESULT get_Title(
  System.String* 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

ILegend3 Interface