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


IMobileSync.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMobileSync Interface > IMobileSync.Init Method
ArcGIS Developer Help

IMobileSync.Init Method

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*

Product Availability

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

See Also

IMobileSync Interface