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.