GH_UserObject.Icon Property

GH_UserObjectIcon Property

Gets or sets the icon associated with this User Object. If the icon hasn't been overridden, then a Default icon is returned.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Bitmap Icon { get; set; }
Public Property Icon As Bitmap
	Get
	Set

Property Value

Type: Bitmap

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_UserObject.Icon"]

See Also