This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMobileSync Interface > IMobileSync.Init Method (ArcObjects .NET 10.4 SDK) |
Initializes the MobileSync object.
[Visual Basic .NET] Public Sub Init ( _ ByVal pMap As IMap, _ ByVal pProps As IPropertySet _ )
[C#] public void Init ( IMap pMap, IPropertySet pProps );
[C++]
HRESULT Init(
IMap* pMap,
IPropertySet* pProps
);
[C++]
Parameters pMap [in]
pMap is a parameter of type IMap pProps [in]
pProps is a parameter of type IPropertySet