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


ITemporalLegendGroup.Heading Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.Heading Property
ArcGIS Developer Help

ITemporalLegendGroup.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. Requires Tracking Analyst Extension.

See Also

ITemporalLegendGroup Interface