Grasshopper

algorithmic modeling for Rhino

How can i change the name,nickname and message of C# componont?

It seems to be so easy to change them in Python. I open some componont of Ladybug_Ver.0.0.35_UnlockedVersion, just written like this:

ghenv.Component.Name = "Ladybug_download EPW Weather File"
ghenv.Component.NickName = 'DownloadEPW'
ghenv.Component.Message = 'VER 0.0.35\nJAN_03_2013'

Shall i override the  IGH_InstanceDescription to set the name and nickname?

Views: 1213

Replies to This Discussion

It is similar in C#. Try Component.Name, Component.NickName, Component.Message

PS: Update your Ladybug! The one that you are using is sooooooo old. ;)

thank you so much! I wasted a whole night on it

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service