Class: Simulink.data.dictionary.Entry
Package: Simulink.data.dictionary
Delete data dictionary entry
deleteEntry(entryObj)
deleteEntry(
deletes
the data dictionary entry represented by entryObj
)entryObj
,
a Simulink.data.dictionary.Entry
object.
The represented entry no longer exists in the data dictionary that
defined it.
The function sets the Status
properties of
any Simulink.data.dictionary.Entry
objects representing
the deleted entry to 'Deleted'
. You
can access only the Status
properties of the objects.
You can use the Model Explorer window to view the contents of a data dictionary and delete entries.