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
)
Public Function EmitObjectIcon (
id As Guid
) As Bitmap
Parameters
- id
- Type: SystemGuid
ID to search for.
Return Value
Type:
BitmapIcon of object or null if object is not defined or if object does not have an icon.
See Also