GH_GlossaryItem.Synonyms Property

GH_GlossaryItemSynonyms Property

Gets the synonyms for this glossary entry.

Namespace:  Grasshopper.Documentation
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public ReadOnlyCollection<string> Synonyms { get; }
Public ReadOnly Property Synonyms As ReadOnlyCollection(Of String)
	Get

Property Value

Type: ReadOnlyCollectionString

[Missing <value> documentation for "P:Grasshopper.Documentation.GH_GlossaryItem.Synonyms"]

See Also