Main Content
getAttribute
Class: coder.make.ToolchainInfo
Namespace: coder.make
Get value of attribute
Syntax
att_value = h.getAttribute(att_name)
Description
returns the value of a specific attribute in att_value
= h.getAttribute(att_name
)coder.make.ToolchainInfo.Attributes
.
Input Arguments
Output Arguments
Examples
h.Attribute
ans = # ------------------- # "Attribute" List # ------------------- (empty)
h.addAttribute('TransformPathsWithSpaces',false) h.getAttribute('TransformPathsWithSpaces')
ans = 0
Version History
Introduced in R2013a