Click or drag to resize

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
)

Parameters

alias
Type: SystemString
Alias to search for.

Return Value

Type: ListGuid
See Also