This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJITExtensionManager Interface > IJITExtensionManager.IsExtensionEnabled Method (ArcObjects .NET 10.4 SDK) |
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
Indicates whether the specified JIT extension is enabled. Use the JITExtensionCLSID property to get the UID of the extension.