Click or drag to resize

GH_ComponentMessage Property

Gets or sets a custom message to be displayed underneath the component. This message is not serialized and should be assigned on every solution anew.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public string Message { get; set; }

Property Value

Type: String

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Component.Message"]

Implements

IGH_ComponentMessage
See Also