Click or drag to resize

GH_ComponentServerGetAlias Method

Gets the alias display string for a given object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public string GetAlias(
	Guid target
)

Parameters

target
Type: SystemGuid
Object id to retrieve aliases for.

Return Value

Type: String
A parsable display string of aliases.
See Also