Click or drag to resize

GH_RuntimeFileTags Property

Gets a collection of all the pre-defined keywords. Use IsKeyword(string) if you want to know whether a string equals a keyword. It's both faster and more reliable than comparing against this collection.

Namespace:  Grasshopper.Documentation
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static IEnumerable<string> Tags { get; }

Property Value

Type: IEnumerableString

[Missing <value> documentation for "P:Grasshopper.Documentation.GH_RuntimeFile.Tags"]

See Also