This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IM > IMetadataSynchronizerManager Interface > IMetadataSynchronizerManager.GetSynchronizer Method (ArcObjects .NET 10.5 SDK) |
Gets the nth synchronizer.
[Visual Basic .NET] Public Function GetSynchronizer ( _ ByVal Index As Integer _ ) As IMetadataSynchronizer
[C#] public IMetadataSynchronizer GetSynchronizer ( int Index );
[C++]
HRESULT GetSynchronizer(
long Index,
IMetadataSynchronizer** synchronizer
);
[C++]
Parameters Index [in] Index is a parameter of type long synchronizer [out, retval]
synchronizer is a parameter of type IMetadataSynchronizer
The GetSynchronizer method provides a reference to the IMetadataSynchronizer object.
Because the GetSynchronizer method uses an index to get the desired synchronizer, the IMetadataSynchronizerManager::NumSynchronizers property and IMetadataSynchronizer::Name are often used to first specify the metadata sychronizer of choice.