This document is archived and information here might be outdated. Recommended version. |
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 .NET] Public Function GetLegendInfos ( _ ByVal LayerIDs As ILongArray _ ) As IGlobeLegendInfos
[C#] public IGlobeLegendInfos GetLegendInfos ( ILongArray LayerIDs );
[C++]
HRESULT GetLegendInfos(
ILongArray* LayerIDs
);
[C++] Parameters LayerIDs [in]
LayerIDs is a parameter of type ILongArray*