ArcObjects Library Reference (Carto)  

IMobileLayerInfos.Add Method

Adds a mobile layer info.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal MobileLayerInfo As IMobileLayerInfo _
)
[C#]
public void Add (
    IMobileLayerInfo MobileLayerInfo
);
[C++]
HRESULT Add(
  IMobileLayerInfo* MobileLayerInfo
);
[C++]

Parameters

MobileLayerInfo [in]

  MobileLayerInfo is a parameter of type IMobileLayerInfo

Product Availability

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

See Also

IMobileLayerInfos Interface