Hello, I tried to override the NodeName and Description.I found some examples, but’s not completely working. What am I doing wrong? I can override Category, but name and Description is not working.
For ZT nodes add XML documentation instead; attribute tags only work with node model as far as I’m aware.
@salvatoredragotta you simply need to add an XML documentation file to your build output. In VS click Project > Properties, click the Build tab then check the XML Documentation File setting.
Now add the XML tags above any public class members. If you triple forward slash above the member, you will automatically generate the necessary tags. To rename your output ports, use the returns name tag:
[image]
@erfajo method to name output ports will only work if you develop nodes using Dynamo’s Node…