addEnumeral
Add enumeration member to enumerated data type in Architectural Data section of data dictionary
Since R2023b
Syntax
Description
adds an enumeration member with name enumMember
= addEnumeral(enumType
,enumMemberName
,enumMemberValue
)enumMemberName
and value
enumMemberValue
to the enumerated data type object stored in the
Architectural Data section of a data dictionary specified by
enumType
.
adds an enumeration member with a description to the to the enumerated data type object
stored in the Architectural Data section of a data dictionary specified by
enumMember
= addEnumeral(enumType
,enumMemberName
,enumMemberValue
,description
)enumType
in addition to the input arguments of the previous
syntaxes.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b