Main Content
isAttribute
Class: coder.make.ToolchainInfo
Namespace: coder.make
Determine if attribute exists
Syntax
truefalse = h.isAttribute(att_name)
Description
truefalse =
returns a logical value that indicates whether the specified attribute is a member of h
.isAttribute(att_name
)coder.make.ToolchainInfo.Attributes
.
Input Arguments
Output Arguments
Examples
h.addAttribute('FirstAttribute') truefalse = h.isAttribute('FirstAttribute')
truefalse = 1
Version History
Introduced in R2013a