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