ESRI.ArcGIS.ADF.Local
get_LegendGroup Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomGlobeLayer Class : get_LegendGroup Method




Index
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

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

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

© 2011 All Rights Reserved.