This document is archived and information here might be outdated.  Recommended version.


IGlobeServerLayer.LegendInfo Property (ArcObjects .NET 10.5 SDK)
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