GH_DocumentFindClusters Method (String) |
Find all the clusters that have a matching filepath.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<GH_Cluster> FindClusters(
string filepath
)
Public Function FindClusters (
filepath As String
) As List(Of GH_Cluster)
Parameters
- filepath
- Type: SystemString
Cluster FilePath to search for.
Return Value
Type:
ListGH_ClusterA list of all the clusters that match the filepath.
See Also