unlinkDictionary

Unlink data dictionary from architecture model

Description

example

unlinkDictionary(modelObject) removes the association of the model from its data dictionary.

Examples

Unlink the Data Dictionary

unlinkDictionary(arch);

Input Arguments

collapse all

Architecture model object from which the dictionary link is to be removed, specified as a systemcomposer.arch.Model object.

Introduced in R2019a