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


IMobileSync2.InitFromMapServer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMobileSync2.InitFromMapServer Method

Initializes the MobileSync object from IMapServer (FastMap).

[Visual Basic .NET]
Public Sub InitFromMapServer ( _
    ByVal pMapServer As IMapServer, _
    ByVal pProps As IPropertySet _
)
[C#]
public void InitFromMapServer (
    IMapServer pMapServer,
    IPropertySet pProps
);
[C++]
HRESULT InitFromMapServer(
  IMapServer* pMapServer,
  IPropertySet* pProps
);
[C++]

Parameters pMapServer [in]
pMapServer is a parameter of type IMapServer pProps [in]
pProps is a parameter of type IPropertySet

Product Availability

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

See Also

IMobileSync2 Interface