ArcObjects Library Reference (GlobeCore)  

IGlobeServerLayer.LegendInfo Property

Provides access to members that control legend information provided by a renderer.

[Visual Basic .NET]
Public ReadOnly Property LegendInfo As IGlobeLegendInfo
[C#]
public IGlobeLegendInfo LegendInfo {get;}
[C++]
HRESULT get_LegendInfo(
  IGlobeLegendInfo** ppLegendInfo
);
[C++]

Parameters

ppLegendInfo [out, retval]

  ppLegendInfo is a parameter of type IGlobeLegendInfo

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeServerLayer Interface