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
)
Public Sub AddCategorySymbolName (
fullCategoryName As String,
symbol As Char
)
Parameters
- fullCategoryName
- Type: SystemString
The full name of the category. - symbol
- Type: SystemChar
The single char representing the category.
See Also