Indicates whether the extension is currently checked on.
[Visual Basic .NET] Public Function IsExtensionEnabled ( _ ByVal pExtCLSID As UID _ ) As Boolean
[C#] public bool IsExtensionEnabled ( UID pExtCLSID );
[C++]
HRESULT IsExtensionEnabled(
IUID* pExtCLSID,
VARIANT_BOOL* Enabled
);
[C++]Parameters
pExtCLSID [in]pExtCLSID is a parameter of type IUID
Enabled [out, retval] Enabled is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Indicates whether the specified JIT extension is enabled. Use the JITExtensionCLSID property to get the UID of the extension.