This document is archived and information here might be outdated. Recommended version. |
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*