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


IMobileMapInfo.MobileLayerInfos Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMobileMapInfo Interface > IMobileMapInfo.MobileLayerInfos Property
ArcGIS Developer Help

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