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


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

IMobileSync2.GetMobileMapInfo Method

This is depricated at 10.0: Handle Binary Request.

[Visual Basic .NET]
Public Sub GetMobileMapInfo ( _
    ByRef ppResponse As IMobileMapInfo _
)
[C#]
public void GetMobileMapInfo (
    ref IMobileMapInfo ppResponse
);
[C++]
HRESULT GetMobileMapInfo(
  IMobileMapInfo** ppResponse
);
[C++]
Parameters
ppResponse [out]

ppResponse is a parameter of type IMobileMapInfo**

Product Availability

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

See Also

IMobileSync2 Interface