« Back

How can i detect if a model is created using the dialog "New..."?

Combination View Flat View Tree View
Threads [ Previous | Next ]
How can i detect if a model is created using the dialog "New..."?
on_event adoscript
Answer
6/29/20 9:16 AM
With ON_EVENT "CreateModel"{ ... i create predefined model elements when a new model is created.
The problem is that this event is also triggert when models are imported?

How can i detect if the model is created using the import or by using the menu dialog "New..." ?

BR Martin