Click or drag to resize

GH_DocumentObjectSetIconOverride Method

Set a new custom icon override for this object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void SetIconOverride(
	Bitmap customIcon
)

Parameters

customIcon
Type: System.DrawingBitmap
Icon override. Should be a 24x24 image.
See Also