Grasshopper API
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)

public Bitmap GetCategoryIcon( string fullName )
Public Function GetCategoryIcon ( fullName As String ) As Bitmap
Parameters
- fullName
- Type: SystemString
Full name of category.
Return Value
Type: BitmapThe category icon.
