Grasshopper.Instances.ActiveCanvas.Document.Author.Name
This script can match only in a new document, I want to get the information of a user opening a grasshopper document.
Does anyone show me the way?
Thanks, your advice helps me!
Reading the script in a c# component, I realized GrasshopperDocument belongs the GH_Document type, and I got the information typing new GH_Document().Author.Name.