GH_DocumentAssociations.GetGrasshopperAssociations Method

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
)
Public Function GetGrasshopperAssociations ( 
	rhinoFile As String
) As List(Of String)

Parameters

rhinoFile
Type: SystemString
Rhino file path.

Return Value

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