exist
Check existence of data dictionary entry
Description
doesExist = exist(sectionObj,entryName)sectionObj contains
                    an entry by the name of entryName and returns an
                    indication.
Examples
Input Arguments
Output Arguments
Tips
- existalso determines if a matching entry exists in the same section of any referenced data dictionaries. For example, if- sectionObjrepresents the Design Data section of a data dictionary- myDictionary_ex_API.sldd,- existsearches the Design Data section of- myDictionary_ex_API.slddand the Design Data sections of any dictionaries referenced by- myDictionary_ex_API.sldd.
Alternatives
You can use Model Explorer to search a data dictionary for an entry.
Version History
Introduced in R2015a