This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJITExtensionManager Interface > IJITExtensionManager.JITExtensionCLSID Property (ArcObjects .NET 10.5 SDK) |
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
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.