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


ITOCGroup.Heading Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITOCGroup.Heading Property

The group heading.

[Visual Basic .NET]
Public ReadOnly Property Heading As String
[C#]
public string Heading {get;}
[C++]
HRESULT get_Heading(
  BSTR* 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

ITOCGroup Interface