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

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