codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  RegisteredApplications Collection

The collection of all registered applications in the drawing.

VBA class name:

AcadRegisteredApplications 

Create using:

N/A 

Access via:

Document.RegisteredApplications 

To add a new member to the collection, use the Add method. To select a specific registered application, use the Item method. To delete a specific registered application, use the Delete method found on the RegisteredApplication object.

Although this collection inherits a Delete method, you cannot actually delete the collection. Attempting to delete this collection will result in an error. The Delete method has been removed from the documentation for this collection.

There is no limit to the number of registered applications that you can create in your drawing. However, there can be only one instance of the RegisteredApplications Collection. The RegisteredApplications Collection is predefined for each drawing. You can make multiple references to it by using the RegisteredApplications property.

Methods

Add

GetExtensionDictionary

GetXData

Item

SetXData  

Properties

Application

Count

Document

Handle

HasExtensionDictionary

ObjectID

ObjectName

OwnerID  

Events

Modified

 

   Comments?