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:
- In the Help window, highlight the code you want to copy.
- In the Help window, choose Edit | Copy. (Or, press Ctrl + C.)
- Paste the code into your programming enviroment, using the appropriate command (usually Edit | Paste, or Ctrl + V).
- Delete the copyright notice that is pasted in along with the sample code.
- Modify the code, as necessary.
Tell me about...
Programming Overview of LISP
Programming Overview of DCL
Programming Overview of SDS