ArcObjects Library Reference (GlobeCore)  

IGlobeLegendInfo.LegendGroups Property

A collection of legend group objects.

[Visual Basic .NET]
Public ReadOnly Property LegendGroups As ILegendGroups
[C#]
public ILegendGroups LegendGroups {get;}
[C++]
HRESULT get_LegendGroups(
  ILegendGroups** ppLegendGroups
);
[C++]

Parameters

ppLegendGroups [out, retval]

  ppLegendGroups is a parameter of type ILegendGroups

Product Availability

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

See Also

IGlobeLegendInfo Interface