GH_ComponentServer.AliasTargets Method

GH_ComponentServerAliasTargets Method

Get all the target Component IDs for a given alias.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
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
See Also