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


IGlobeLegendInfos.Add Method (ArcObjects .NET 10.4 SDK)
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