ArcObjects Library Reference  (Carto)    

ILegendInfo.LegendGroup Property

Legend group at the specified index.

[Visual Basic 6.0]
Property LegendGroup(
    ByVal Index As Long _
) As ILegendGroup
[Visual Basic .NET]
Public Function get_LegendGroup ( _
    ByVal Index As Integer _
) As ILegendGroup
[C#]
public ILegendGroup get_LegendGroup (
    int Index
);
[Java]
public ILegendGroup getLegendGroup (
    Long 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

 


Feedback Send feedback on this page