Click or drag to resize

GH_ComponentServerAddCategorySymbolName Method

Add a single char category description.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AddCategorySymbolName(
	string fullCategoryName,
	char symbol
)

Parameters

fullCategoryName
Type: SystemString
The full name of the category.
symbol
Type: SystemChar
The single char representing the category.
See Also