This document is archived and information here might be outdated. Recommended version. |
Adds a globe layer info at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal index As Integer, _ ByVal pLayerInfo As IGlobeLayerInfo _ )
[C#] public void Insert ( int index, IGlobeLayerInfo pLayerInfo );
[C++]
HRESULT Insert(
long index,
IGlobeLayerInfo* pLayerInfo
);
[C++] Parameters index [in]
index is a parameter of type long pLayerInfo [in]
pLayerInfo is a parameter of type IGlobeLayerInfo*