Grasshopper API
GH_ComponentServerAliasTargets Method |
Get all the target Component IDs for a given alias.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public List<Guid> AliasTargets( string alias )
Public Function AliasTargets ( alias As String ) As List(Of Guid)
Parameters
- alias
- Type: SystemString
Alias to search for.
Return Value
Type: ListGuid