removeAttribute
クラス: coder.make.ToolchainInfo
名前空間: coder.make
属性の削除
構文
h.removeAttribute(att_name)
入力引数
例
h.addAttribute('FirstAttribute') h.isAttribute('FirstAttribute')
ans =
1h.removeAttribute('FirstAttribute') h.isAttribute('FirstAttribute')
ans =
0バージョン履歴
R2013a で導入