ArcObjects Library Reference (Carto)  

IMobileMapInfo.MobileLayerInfos Property

A collection of Mobile Layer Info objects, each containing information about a layer in the map.

[Visual Basic .NET]
Public ReadOnly Property MobileLayerInfos As IMobileLayerInfos
[C#]
public IMobileLayerInfos MobileLayerInfos {get;}
[C++]
HRESULT get_MobileLayerInfos(
  IMobileLayerInfos** MobileLayerInfos
);
[C++]

Parameters

MobileLayerInfos [out, retval]

  MobileLayerInfos is a parameter of type IMobileLayerInfos

Product Availability

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

See Also

IMobileMapInfo Interface