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


IMobileSync2.InitFromMapServer 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.InitFromMapServer Method
ArcGIS Developer Help

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