Simulink.dictionary.archdata.StructElement
Description
A struct element of a struct type, represented by a Simulink.dictionary.archdata.StructType object.
Creation
To create a Simulink.dictionary.archdata.StructElement object, add a
      struct element to an existing StructType object using the addElement
      function.
StructElemObj1 = addElement(StructTypeObj,"myStructElem1");
Properties
Object Functions
| moveToDictionary | Move architectural data of Simulink data dictionary to another data dictionary | 
| moveToDesignData | Move interfaces, data types, and constants in Architectural Data section of Simulink data dictionary to design data | 
| show | View architectural data of Simulink data dictionary in Architectural Data Editor | 
| destroy | Delete data element and remove from data interface | 
Examples
Version History
Introduced in R2023b