Click or drag to resize

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)
Syntax
public string GetCategoryShortName(
	string fullName
)

Parameters

fullName
Type: SystemString
Full name of category.

Return Value

Type: String
The abbreviated name or the full name.
See Also