Click or drag to resize

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)
Syntax
public List<string> GetRhinoAssociations(
	string grasshopperFile
)

Parameters

grasshopperFile
Type: SystemString
Grasshopper file path.

Return Value

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