Main Content
getAttributes
Class: coder.make.ToolchainInfo
Namespace: coder.make
Get list of attribute names
Syntax
names = h.getAttributes
Description
returns the list of attribute names in names
= h
.getAttributescoder.make.ToolchainInfo.Attributes
.
Input Arguments
Output Arguments
Examples
h.addAttribute('FirstAttribute') h.addAttribute('SecondAttribute') h.addAttribute('ThirdAttribute') names = h.getAttributes
names = 'FirstAttribute' 'SecondAttribute' 'ThirdAttribute'
Version History
Introduced in R2013a