Class: Simulink.data.Dictionary
Package: Simulink.data
Remove reference data dictionary from parent data dictionary
removeDataSource(dictionaryObj,refDictionaryFile)
removeDataSource(dictionaryObj,refDictionaryFile)
removes
a referenced data dictionary, refDictionaryFile
,
from a parent dictionary dictionaryObj
, a Simulink.data.Dictionary
object.
The parent dictionary no longer contains the entries that are defined in the referenced dictionary.
You can use Model Explorer to manage reference dictionaries. See Partition Dictionary Data Using Referenced Dictionaries for more information.