Class: Simulink.data.dictionary.EnumTypeDefinition
Package: Simulink.data.dictionary
Add enumeration member to enumerated data type definition in data dictionary
appendEnumeral(typeObj,memberName,memberValue,memberDesc)
appendEnumeral(
adds
an enumeration member to the enumerated type definition stored by typeObj
,memberName
,memberValue
,memberDesc
)typeObj
,
a Simulink.data.dictionary.EnumTypeDefinition
object.
You can use Model Explorer to add enumeration members to the
enumerated data type represented by a Simulink.data.dictionary.EnumTypeDefinition
object.