Click or drag to resize

GH_ComponentServerGetCategoryIcon Method

Get the icon for a specific category. If the icon hasn't been defined, this method will return the default icon.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Bitmap GetCategoryIcon(
	string fullName
)

Parameters

fullName
Type: SystemString
Full name of category.

Return Value

Type: Bitmap
The category icon.
See Also