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


IGlobeLegendInfos.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLegendInfos Interface > IGlobeLegendInfos.Insert Method
ArcGIS Developer Help

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