systemcomposer.profile.Style
Description
A Style object represents stereotype styles in a profile for a
System Composer™ model.
Creation
Add a stereotype to a profile using the addStereotype function. Then, modify the ElementStyle
property of the Stereotype object using a Style
object.
profile = systemcomposer.profile.Profile.createProfile("profileName"); addStereotype(profile,"stereotypeName");
Properties
Examples
More About
Version History
Introduced in R2026a
See Also
Tools
Blocks
Objects
systemcomposer.profile.Profile|systemcomposer.profile.Stereotype|systemcomposer.profile.Property
Functions
systemcomposer.profile.Profile.createProfile|systemcomposer.loadProfile|applyProfile|removeProfile|renameProfile|systemcomposer.profile.editor|systemcomposer.profile.Profile.find|systemcomposer.profile.Profile.load|save|open|close|systemcomposer.profile.Profile.closeAll|getExtendedElement|systemcomposer.profile.Stereotype.find|getDefaultStereotype|setDefaultStereotype|getDefaultElementStereotype|setDefaultElementStereotype|addStereotype|removeStereotype|getStereotype|applyStereotype|batchApplyStereotype|getStereotypes|changeStereotype|removeStereotype|hasStereotype|addProperty|removeProperty|hasProperty|isDerivedFrom|setProperty|getProperty|getPropertyValue|getEvaluatedPropertyValue|getStereotypeProperties|applyStereotypeOrder|getStereotypeNamesByOrder|increaseStereotypeOrder|decreaseStereotypeOrder