IGH_InstanceDescription.Keywords Property

IGH_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
IEnumerable<string> Keywords { get; }
ReadOnly Property Keywords As IEnumerable(Of String)
	Get

Property Value

Type: IEnumerableString

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

See Also