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


IJITExtensionManager.JITExtensionCount Property (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.JITExtensionCount Property
ArcGIS Developer Help

IJITExtensionManager.JITExtensionCount Property

The number of just in time extensions registered with the application.

[Visual Basic .NET]
Public ReadOnly Property JITExtensionCount As Integer
[C#]
public int JITExtensionCount {get;}
[C++]
HRESULT get_JITExtensionCount(
  System.Int32* pCount
);
[C++]
Parameters
pCount [out, retval]

pCount is a parameter of type long*

Product Availability

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

Description

Returns the number of JIT extensions currently in the application. This does not include any ordinary extensions.

See Also

IJITExtensionManager Interface