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; }
Public Overridable ReadOnly Property Keywords As IEnumerable(Of String)
Get
Property Value
Type:
IEnumerableString[Missing <value> documentation for "P:Grasshopper.Kernel.GH_InstanceDescription.Keywords"]
Implements
IGH_InstanceDescriptionKeywordsSee Also