GH_ComponentServerGetCategoryShortName Method |
Get the abbreviation (short name) for a specific category. If the short name hasn't been defined,
this method will return the full name instead.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic string GetCategoryShortName(
string fullName
)
Public Function GetCategoryShortName (
fullName As String
) As String
Parameters
- fullName
- Type: SystemString
Full name of category.
Return Value
Type:
StringThe abbreviated name or the full name.
See Also