An external application that has been added to the drawing.
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadRegisteredApplication
- Object Inheritance
-
Object AcadObject AcadRegisteredApplication
- Create Using
-
VBA
RegisteredApplications.Add
- Access Via
-
VBA
RegisteredApplications.Item
Members
These members are part of this object:
|
Methods |
Properties |
Events |
|---|---|---|
Remarks
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.