Click or drag to resize

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)
Syntax
public List<string> GetGrasshopperAssociations(
	string rhinoFile
)

Parameters

rhinoFile
Type: SystemString
Rhino file path.

Return Value

Type: ListString
A list of files, ordered chronologically (most recent association first)
See Also