Skip to content

AfterBuildGrModel ​

This event is triggered after a graphical model has been (re)built.

Parameters ​

ParameterDescription
modelid (idValue, optional) -ue, the model ID of the graphical model.

Exit value: ​

Remarks ​

See Also ​

Example ​

leo-grammar
	ON_EVENT "AfterBuildGrModel" {
	
	#do something
	
	}
	ON_EVENT "AfterBuildGrModel" {
	
	#do something
	
	}