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


IMobileLayerInfos.Insert Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMobileLayerInfos.Insert Method

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

Product Availability

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

See Also

IMobileLayerInfos Interface