This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IExtensionManager Interface > IExtensionManager.ExtensionCount Property (ArcObjects .NET 10.4 SDK) |
The number of extensions loaded in the application.
[Visual Basic .NET] Public ReadOnly Property ExtensionCount As Integer
[C#] public int ExtensionCount {get;}
[C++]
HRESULT get_ExtensionCount(
long* Count
);
[C++]
Parameters Count [out, retval] Count is a parameter of type long
Returns the number of extensions currently loaded in the application.