codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  RegisteredApplication object

An external application that has been added to the drawing.

VBA class name:

AcadRegisteredApplication 

Create using:

RegisteredApplications.Add 

Access via:

RegisteredApplications.Item 

To be recognized by AutoCAD, an application must register the name or names that it uses. The application name needs to be registered only once per drawing.

Application names are saved with the extended data of each entity that uses them. Every instance of extended data referenced in a drawing must have its application registered in the drawing.

To register an application, add it to the RegisteredApplications Collection using the Add method. To edit or query a RegisteredApplication object, use the following methods and properties:

Methods

Delete

GetExtensionDictionary

GetXData

SetXData

Properties

Application

Document

Handle

HasExtensionDictionary

Name

ObjectID

ObjectName

OwnerID  

Events

Modified

 

   Comments?