PrintModel ​
This event is triggered before a model is printed.
Parameters ​
Parameter | Description |
---|---|
modelid (idValue, optional) -ue, the ID of the model to be printed. |
Exit value: ​
Remarks ​
See Also ​
Example :
leo-grammar
ON_EVENT "BeforeBuildGrModel" {
SET id_ModelId: (modelid)
CC "AdoScript" INFOBOX ("You are printing the model: " + STR(id_ModelId))
}