ArcObjects Library Reference (GlobeCore)  

IGlobeLegendInfos.Add Method

Adds a legend info.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pLegendInfo As IGlobeLegendInfo _
)
[C#]
public void Add (
    IGlobeLegendInfo pLegendInfo
);
[C++]
HRESULT Add(
  IGlobeLegendInfo* pLegendInfo
);
[C++]

Parameters

pLegendInfo [in]

  pLegendInfo is a parameter of type IGlobeLegendInfo

Product Availability

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

See Also

IGlobeLegendInfos Interface