フィルターのクリア

how catch value in node tree

3 ビュー (過去 30 日間)
Trop Trader
Trop Trader 2024 年 2 月 15 日
回答済み: Voss 2024 年 2 月 15 日
K>> app.DrawMainNode_2.Children(1)
ans =
TreeNode (Nozionale) with properties:
Text: 'Nozionale'
Icon: ''
NodeData: []
Show all properties
How can I capture the checkbox value ?

採用された回答

Voss
Voss 2024 年 2 月 15 日
You have to see whether the node is included in the tree's CheckedNodes.
ismember(app.NozionaleNode_2, app.Tree_2.CheckedNodes)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by