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


ILegendInfo.LegendGroup Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendInfo Interface > ILegendInfo.LegendGroup Property
ArcGIS Developer Help

ILegendInfo.LegendGroup Property

Legend group at the specified index.

[Visual Basic .NET]
Public Function get_LegendGroup ( _
    ByVal Index As Integer _
) As ILegendGroup
[C#]
public ILegendGroup get_LegendGroup (
    int Index
);
[C++]
HRESULT get_LegendGroup(
  long Index,
  ILegendGroup** LegendGroup
);
[C++]
Parameters
Index 

Index is a parameter of type long LegendGroup [out, retval]
LegendGroup is a parameter of type ILegendGroup**

Product Availability

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

Remarks

The content and number of legend groups is determined by the implementation of the renderer, consequently this property is read only.

See Also

ILegendInfo Interface