Copying Code Examples from the IntelliCAD® 2001 Programmer's Reference

Most of the Help topics in the IntelliCAD Programmer's Reference contain code examples. You can easily copy these examples into your own code and then further modify them, as desired.

To copy a code example from the Programmer's Reference:

  1. In the Help window, highlight the code you want to copy.
  2. In the Help window, choose Edit | Copy. (Or, press Ctrl + C.)
  3. Paste the code into your programming enviroment, using the appropriate command (usually Edit | Paste, or Ctrl + V).
  4. Delete the copyright notice that is pasted in along with the sample code.
  5. Modify the code, as necessary.

Tell me about...

Programming Overview of LISP

Programming Overview of DCL

Programming Overview of SDS