This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMobileLayerInfos Interface > IMobileLayerInfos.Insert Method (ArcObjects .NET 10.5 SDK) |
Adds a mobile map layer info at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal MobileLayerInfo As IMobileLayerInfo _ )
[C#] public void Insert ( int Index, IMobileLayerInfo MobileLayerInfo );
[C++]
HRESULT Insert(
long Index,
IMobileLayerInfo* MobileLayerInfo
);
[C++]
Parameters Index [in] Index is a parameter of type long MobileLayerInfo [in]
MobileLayerInfo is a parameter of type IMobileLayerInfo