This document is archived and information here might be outdated. Recommended version. |
Provides access to members that manipulate the Esri application running object table, AppROT.
Use the IAppROT interface to work with the Application Running Object Table (AppROT) for ESRI applications. This interface has methods for adding and removing instances of an application to/from the AppROT. Also using this interface you can get a count of how many application are registered with the AppROT or return a particular instance of an application.
Name | Description | |
---|---|---|
Add | Adds an application reference to the running object table. | |
Count | The count of application references within the running object table. | |
Item | The application reference at the specified index in the running object table. | |
Remove | Removes an application reference from the running object table. |
CoClasses and Classes | Description |
---|---|
AppROT | Esri application running object table. |