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

.NET Related Topics

How to find an extension |