Main Content
getOwner
Class: Simulink.Mask
Namespace: Simulink
Determine the block that owns a mask
Syntax
Description
maskobj.getOwner
returns the interface to the block
that owns the mask.
To get the mask object for the mask on a block named BlockName
, use
this command.
maskobj = Simulink.Mask.get("BlockName"
)
Examples
Version History
Introduced in R2014a