Skip to content

CreateModel ​

This event is triggered after a new model has successfully been created.

Parameters ​

ParameterDescription
modelid intValue, contains the ID of the concerned model.

Exit value: ​

Remarks ​

See Also ​

Example ​

leo-grammar
	
	ON_EVENT "CreateModel" {

	SETG id_ModelId: (modelid)
	
	CC "AdoScript" INFOBOX "HELLO"
	}
	
	ON_EVENT "CreateModel" {

	SETG id_ModelId: (modelid)
	
	CC "AdoScript" INFOBOX "HELLO"
	}