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


IExtensionManager.ExtensionCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IExtensionManager.ExtensionCount Property

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

Product Availability

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

Description

Returns the number of extensions currently loaded in the application.

See Also

IExtensionManager Interface