Main Content

setDefaultConnectorStereotype

(Removed) Set default stereotype for connectors

The setDefaultConnectorStereotype function has been removed. You can set a default connector stereotype using the function setDefaultElementStereotype. For further details, see Compatibility Considerations.

Description

setDefaultConnectorStereotype(stereotype,stereotypeName) specifies the default stereotype stereotypeName of the connectors within a parent component that has stereotype applied.

Input Arguments

collapse all

Stereotype, specified as a systemcomposer.profile.Stereotype object.

Default stereotype name for connectors, specified as a character vector or string in the form '<profile>.<stereotype>'.

Data Types: char | string

Version History

Introduced in R2019a

collapse all

R2021b: setDefaultConnectorStereotype function has been removed

The setDefaultConnectorStereotype function has been removed in R2021b. Use setDefaultElementStereotype instead.