Amos Graphics provides two classes:
1.The pd class is used to draw path diagrams.
2.Objects of type PDElement make up the elements of a path diagram, such as rectangles, ellipses, arrows or figure captions.
If you are not using Amos's built-in program editor, you need to provide a reference to Amos.dll in order to use the Amos Graphics classes. In Visual Studio 2003:
▪Click Project -> Add Reference.
▪In the Add Reference dialog, click Browse.
▪When the Select Component dialog opens, select Amos.dll from the Amos program directory and click Open.
▪In the Add Reference dialog, click OK.