GH_ComponentServer.Aliases Property

GH_ComponentServerAliases Property

Gets a list of all the defined aliases.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<string> Aliases { get; }
Public ReadOnly Property Aliases As List(Of String)
	Get

Property Value

Type: ListString

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ComponentServer.Aliases"]

See Also