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