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


IMobileSync2.GetMobileMapInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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