Click or drag to resize

GH_InstanceDescriptionKeywords 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: IEnumerableString

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

Implements

IGH_InstanceDescriptionKeywords
See Also