GH_ComponentServer.GetAlias Method

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
)
Public Function GetAlias ( 
	target As Guid
) As String

Parameters

target
Type: SystemGuid
Object id to retrieve aliases for.

Return Value

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