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 |
Properties |
Events |
Comments? |