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


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

IMapServerLegendGroup.Heading Property

The heading string.

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

Heading is a parameter of type BSTR*

Product Availability

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

See Also

IMapServerLegendGroup Interface