Unable to retreive the Author's Information using GHpython

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 :slight_smile: Thank you very much

1 Like

No worries. And welcome aboard :wave:

1 Like