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
)
Public Function GetCategorySymbolName (
fullName As String
) As String
Parameters
- fullName
- Type: SystemString
Full name of category.
Return Value
Type:
StringThe category char.
See Also