Legend group at the specified index.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Function get_LegendGroup( _
ByVal Index As Integer _
) As ESRI.ArcGIS.Carto.ILegendGroup |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BaseCustomGlobeLayer
Dim Index As Integer
Dim value As ESRI.ArcGIS.Carto.ILegendGroup
value = instance.get_LegendGroup(Index) |
C# | |
---|
public virtual ESRI.ArcGIS.Carto.ILegendGroup get_LegendGroup(
int Index
) |
Parameters
- Index
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also