What is a Task?
- Last UpdatedDec 22, 2023
- 1 minute read
The TASK holds the data necessary for a PML function to be called by the application, and it has three attributes.
SpPurp STASK
This describes which type of task being called, D for Drawing, S for Sheet or V for View task.
Function 'Create Assembly Properties Table'
The description of what the task is expected to produce; in this case the task will be creating an assembly properties table on the drawing.
PMLFunction '!!assyProperties(!array)'
The name of the PML function including any variable arguments. In this example, the argument variable holds runtime parameters. The variable !array will be set by the application before the function is called.