This document is archived and information here might be outdated.  Recommended version.


IJITExtensionManager.IsExtensionEnabled Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJITExtensionManager Interface > IJITExtensionManager.IsExtensionEnabled Method
ArcGIS Developer Help

IJITExtensionManager.IsExtensionEnabled Method

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
);
[C++]
Parameters
pExtCLSID [in]

pExtCLSID is a parameter of type IUID*

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.

See Also

IJITExtensionManager Interface