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


IMobileLayerInfos.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMobileLayerInfos Interface > IMobileLayerInfos.Add Method
ArcGIS Developer Help

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