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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The GetEnabled method returns a boolean if the metadata sychronizer, specified using the index parameter, is currently enabled.