This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLegendInfos Interface > IGlobeLegendInfos.Insert Method (ArcObjects .NET 10.4 SDK) |
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