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 ILegendGroup
Visual Basic (Usage)Copy Code
Dim instance As BaseCustomGlobeLayer
Dim Index As Integer
Dim value As ILegendGroup
 
value = instance.get_LegendGroup(Index)
C# 
public virtual 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.

See Also

© 2010 All Rights Reserved.