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