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


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

IJITExtensionManager.JITExtensionCLSID Property

Retrieves the CLSID of the JIT Extension at index.

[Visual Basic .NET]
Public Function get_JITExtensionCLSID ( _
    ByVal index As Integer _
) As UID
[C#]
public UID get_JITExtensionCLSID (
    int index
);
[C++]
HRESULT get_JITExtensionCLSID(
  long index,
  IUID** ppID
);
[C++]
Parameters
index [in]

index is a parameter of type long ppID [out, retval]
ppID is a parameter of type IUID**

Product Availability

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

Description

Returns the UID of the JIT extension at the specifed index. The first JIT extension in the collection will have an index of 0 and the last JIT extension in the collection will have an index of JITExtentionCount - 1.

See Also

IJITExtensionManager Interface