Click or drag to resize

GH_ComponentServerGetCategorySymbolName Method

Get the single char representation for a specific category. If the char hasn't been defined, this method will return the first char of the full name instead.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public string GetCategorySymbolName(
	string fullName
)

Parameters

fullName
Type: SystemString
Full name of category.

Return Value

Type: String
The category char.
See Also