BeforeBuildGrModel ​
This event is triggered before a graphical model is being (re)built.
Parameters ​
Parameter | Description |
---|---|
modelid (idValue, optional) -ue, the model ID of the graphical model. |
Exit value: ​
Remarks ​
See Also ​
Example ​
leo-grammar
ON_EVENT "BeforeBuildGrModel" {
#do something
}