I am trying to access the Author’s information of Grasshopper file using GHPython. I have used the commands given in Grasshopper SDK. Instead of getting the actual information, the output I’m getting is the following;
IronPython.Runtime.Types.ReflectedProperty.
Try this instead:
import Grasshopper as gh print gh.CentralSettings.AuthorName
It worked Thank you very much
No worries. And welcome aboard