Click or drag to resize

GH_InstanceDescription.Keywords Property

Gets a list of additional keywords that describe the object. Typically this list is empty but you can override this property to aid in object searches.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual IEnumerable<string> Keywords { get; }

Property Value

Type: IEnumerable<String>

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_InstanceDescription.Keywords"]

Implements

IGH_InstanceDescription.Keywords
See Also