ArcObjects Library Reference (System)  

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,
  VARIANT_BOOL* bLoaded
);
[C++]

Parameters

pID [in]

  pID is a parameter of type IUID

bLoaded [out, retval]   bLoaded 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 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