GH_ConnectivityDiagramGetAllOutputs Method |
Get all the Nodes that are part of the specified node output.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<Guid> GetAllOutputs(
Guid id
)
Public Function GetAllOutputs (
id As Guid
) As List(Of Guid)
Parameters
- id
- Type: SystemGuid
ID of node to query.
Return Value
Type:
ListGuidA list of output nodes.
See Also