Creating the part's class
Before you create the part's class, create an application (the software component) to contain the part:
1. From the Applications menu of the Organizer window, select New.
2. In the New Application window, type a name for your new application in the Name field, such as MyRunSamplePartsApp; then select OK. The application appears in the Applications pane.
3. Select the application, MyRunSamplePartsApp, and then select New > Part from the full Parts menu.
4. In the Part class field type MyTimer as the name of your part. From the Part type drop-down list, select Nonvisual part, and then select OK.
The Composition Editor opens on the MyTimer part class.
 
Note:
This section refers throughout to specific application and class names, such as MyRunSamplePartsApp and MyTimer so, to make following the examples easier, use the names suggested.
Don't worry about defining any methods yet. In the next step, you use the Public Interface Editor to generate most of the methods. Later, you use the Script Editor to finish writing logic for the timer.
Last modified date: 07/22/2020