Main Content
exist
Check existence of data dictionary entry
Description
determines if the data dictionary section doesExist
= exist(sectionObj
,entryName
)sectionObj
contains
an entry by the name of entryName
and returns an
indication.
Examples
Input Arguments
Output Arguments
Tips
exist
also determines if a matching entry exists in the same section of any referenced data dictionaries. For example, ifsectionObj
represents the Design Data section of a data dictionarymyDictionary_ex_API.sldd
,exist
searches the Design Data section ofmyDictionary_ex_API.sldd
and the Design Data sections of any dictionaries referenced bymyDictionary_ex_API.sldd
.
Alternatives
You can use Model Explorer to search a data dictionary for an entry.
Version History
Introduced in R2015a