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.GetEnabled Method (ArcObjects .NET 10.5 SDK) |
Indicates whether the Nth synchronizer is enabled.
[Visual Basic .NET] Public Function GetEnabled ( _ ByVal Index As Integer _ ) As Boolean
[C#] public bool GetEnabled ( int Index );
[C++]
HRESULT GetEnabled(
long Index,
VARIANT_BOOL* Enabled
);
[C++]
Parameters Index [in] Index is a parameter of type long Enabled [out, retval] Enabled is a parameter of type VARIANT_BOOL
The GetEnabled method returns a boolean if the metadata sychronizer, specified using the index parameter, is currently enabled.