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


IGlobeLegendInfo.LegendGroups Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLegendInfo Interface > IGlobeLegendInfo.LegendGroups Property
ArcGIS Developer Help

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