GH_ConnectivityDisparityExternalInputs Method |
Find all external sources for a given id in the subset.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<Guid> ExternalInputs(
Guid id
)
Public Function ExternalInputs (
id As Guid
) As List(Of Guid)
Parameters
- id
- Type: SystemGuid
ID of parameter.
Return Value
Type:
ListGuidA list containing all sources that are not present in the subset topology.
See Also