Click or drag to resize

GH_ComponentServerEmitObjectIcon Method

Get the icon that is associated with the given Object ID.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Bitmap EmitObjectIcon(
	Guid id
)

Parameters

id
Type: SystemGuid
ID to search for.

Return Value

Type: Bitmap
Icon of object or null if object is not defined or if object does not have an icon.
See Also