getAttribute
クラス: coder.make.ToolchainInfo
名前空間: coder.make
属性値の取得
構文
att_value = h.getAttribute(att_name)
入力引数
出力引数
例
h.Attribute
ans = # ------------------- # "Attribute" List # ------------------- (empty)
h.addAttribute('TransformPathsWithSpaces',false) h.getAttribute('TransformPathsWithSpaces')
ans = 0
バージョン履歴
R2013a で導入