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


IJITExtensionManager.IsLoaded 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.IsLoaded Method
ArcGIS Developer Help

IJITExtensionManager.IsLoaded Method

Indicates whether the extension is currently loaded.

[Visual Basic .NET]
Public Function IsLoaded ( _
    ByVal pID As UID _
) As Boolean
[C#]
public bool IsLoaded (
    UID pID
);
[C++]
HRESULT IsLoaded(
  IUID* pID
);
[C++]
Parameters
pID [in]

pID 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 loaded. A JIT extension will be loaded the first time that IApplication::FindExtensionByCLSID is called for that extension. Use the JITExtensionCLSID property to get the UID of the extension.

See Also

IJITExtensionManager Interface