ArcObjects Library Reference (System)  

IJITExtensionManager.RemoveExtension Method

Removes a just in time extension from the manager.

[Visual Basic .NET]
Public Sub RemoveExtension ( _
    ByVal pExtension As IExtension _
)
[C#]
public void RemoveExtension (
    IExtension pExtension
);
[C++]
HRESULT RemoveExtension(
  IExtension* pExtension
);
[C++]

Parameters

pExtension [in]

  pExtension is a parameter of type IExtension

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Removed the specified JIT extension from the ExtensionManager.

See Also

IJITExtensionManager Interface