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


IGlobeLayerInfos.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 > IGlobeLayerInfos Interface > IGlobeLayerInfos.Insert Method
ArcGIS Developer Help

IGlobeLayerInfos.Insert Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerInfos Interface