Grasshopper API
GH_DocumentAssociationsGetGrasshopperAssociations Method |
Find all the Grasshopper ghx files that have been associated with a given Rhino file.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public List<string> GetGrasshopperAssociations( string rhinoFile )
Public Function GetGrasshopperAssociations ( rhinoFile As String ) As List(Of String)
Parameters
- rhinoFile
- Type: SystemString
Rhino file path.
Return Value
Type: ListStringA list of files, ordered chronologically (most recent association first)
