| Vertical Line of Sight Tool | ![]() |
| Created: | 3/12/2002 |
Steps for adding a command/tool from a DLL:
Using the Tool:
Steps for compiling the DLL:
| Visual Basic |
| File | Description |
| LineOfSightTool.cls | Implementation of ICommand for this sample. |
| frmLineOfSight.frm | Provides options for offsets and curvature. Also contains reference to icon and cursor graphics for the tool. |
| LineOfSight.vbp | Visual Basic Project file for the tool. |
| LineOfSight.dll | The compiled DLL containing the implementation of the sample. |