Returns a collection of Globe Legend Info objects for the specified layers. If layerIDs is Nothing/Null or empty, legend information for all layers is returned.
[Visual Basic 6.0] Function GetLegendInfos(
ByVal LayerIDs As ILongArray _
) As IGlobeLegendInfos
[Visual Basic .NET] Public Function GetLegendInfos ( _ ByVal LayerIDs As ILongArray _ ) As IGlobeLegendInfos
[C#] public IGlobeLegendInfos GetLegendInfos ( ILongArray LayerIDs );
[Java] public IGlobeLegendInfos getLegendInfos ( ILongArray LayerIDs ) throws IOException, AutomationException
[C++] HRESULT GetLegendInfos( ILongArray* LayerIDs, IGlobeLegendInfos** legendInfos );
Parameters
LayerIDs [in]
LayerIDs is a parameter of type ILongArray
legendInfos [out, retval]
legendInfos is a parameter of type IGlobeLegendInfos