Grasshopper API
GH_DocumentFindClusters Method (Guid) |
Find all the clusters that have a matching ID.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
public List<GH_Cluster> FindClusters( Guid id )
Public Function FindClusters ( id As Guid ) As List(Of GH_Cluster)
Parameters
- id
- Type: SystemGuid
Cluster DocumentID to search for.
Return Value
Type: ListGH_ClusterA list of all the clusters that match the ID.