Most AutoLISP programs draw entities using one of several methods:
- ActiveX functions
- The entmake function
- The command function
This lesson focuses on entity creation by ActiveX® . In Lesson 5, you will implement the entmake and AutoCAD command alternatives.