ArcObjects Library Reference (GlobeCore)  

IGlobeLegendInfos.Insert Method

Adds a legend info at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal index As Integer, _
    ByVal pLegendInfo As IGlobeLegendInfo _
)
[C#]
public void Insert (
    int index,
    IGlobeLegendInfo pLegendInfo
);
[C++]
HRESULT Insert(
  long index,
  IGlobeLegendInfo* pLegendInfo
);
[C++]

Parameters

index [in]   index is a parameter of type long pLegendInfo [in]

  pLegendInfo is a parameter of type IGlobeLegendInfo

Product Availability

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

See Also

IGlobeLegendInfos Interface