CreateIfNotFound Property
The CreateIfNotFound property of the Simulator Automation Server is useful when you are changing data with the ChangeParameters functions (ChangeParameters, ChangeParametersSingleElement, ChangeParametersMultipleElement, and ChangeParametersMultipleElementFlatInput). Set CreateIfNotFound = True if objects that are updated through the ChangeParameters functions should be created if they do not already exist in the case. Objects that already exist will be updated. Set CreateIfNotFound = False to not create new objects and only update existing ones. The CreateIfNotFound property is global, once it is set to True this applies to all future ChangeParameters calls.