PluginQuestions Names and Evaluate Method

Hey i`m working on a little plugin and it would be handy to access the name of the Inputs which are comming into the plugin is there a way? Basicly i want to get the string which you see when you middlemouseClick on a connected IOBOX.

  1. The evaluation Methode gets executed only if something is connected to an output, can I execute the methode without connecting something to the output? Is there a event or something?

Thanks alot

Greetings from Vienna

Robi

there is an attribute for the “PluginInfo” which is called “AutoEvaluate”. set it to true.

[PluginInfo(Name = "Vector",
                Category = "Spread",
                Version = "Split",
                Help = "",
                Tags = "",
                Author = "XY",
                AutoEvaluate=true)]

thanks… no text …