Grasshopper API
GH_ConnectivityDiagramGetAllInputs Method |
Get all the Nodes that are part of the specified node input.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public List<Guid> GetAllInputs( Guid id )
Public Function GetAllInputs ( id As Guid ) As List(Of Guid)
Parameters
- id
- Type: SystemGuid
ID of node to query.
Return Value
Type: ListGuidA list of input nodes.
