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


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

ILegendGroup.Heading Property

String heading.

[Visual Basic .NET]
Public Property Heading As String
[C#]
public string Heading {get; set;}
[C++]
HRESULT get_Heading(
  System.String* Heading
);
[C++]
HRESULT put_Heading(
  BSTR Heading
);
[C++]
Parameters
Heading [out, retval]

Heading is a parameter of type BSTR* Heading [in]
Heading is a parameter of type BSTR

Product Availability

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

Remarks

This property is the text string that describes the content of the legend group. This text string appears in the table of contents and can appear also in the legend. This string is typically generated by the renderer, but can be modified after creation by the user.

See Also

ILegendGroup Interface