STNodeEditor icon indicating copy to clipboard operation
STNodeEditor copied to clipboard

var olutnodenums = stnode.GetOutputOptions()无法读取数据

Open ljjqw opened this issue 1 year ago • 1 comments

var olutnodenums = stnode.GetOutputOptions(); foreach (var olutnodenum in olutnodenums) { Console.WriteLine(olutnodenum); } 你好,我想实现这个GetOutputOptions读取节点的输入输出选项老是读出null,这个怎么样好解决呀

ljjqw avatar Feb 16 '24 14:02 ljjqw

Hi,

It appears that LetGetOptions is not TRUE.

stnode.LetGetOptions = true;
var olutnodenums = stnode.GetOutputOptions();

The above allows, it is now possible to return them, but I do not know for what purpose this flag is provided.


I'm not very good at English and I use online translators a lot, so I'm sorry if my sentences sound weird.

MrKumakun avatar Feb 19 '24 01:02 MrKumakun