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.