GH_GlossaryItem
Represents a single glossary entry in the Grasshopper help.
Inheritance Hierarchy
System.Object
Grasshopper.Documentation.GH_GlossaryItem
Namespace: Grasshopper.Documentation
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public class GH_GlossaryItem
The GH_GlossaryItem type exposes the following members.
Properties
Name
Description
Public Property
Author
Gets the author of this glossary entry. This field is optional and may not be defined.
Public Property
Contact
Gets the contact information for the glossary entry author. This field is optional and may not be defined.
Public Property
Descriptions
Gets the description (definition) for this glossary entry.
Public Property
Path
Gets the source file for this glossary entry.
Public Property
Pronunciation
Gets the pronunciation guide to the word. This field is optional and may not be defined.
Public Property
Synonyms
Gets the synonyms for this glossary entry.
Public Property
Word
Gets the word this glossary entry is about.
Methods
Name
Description
Public Method
Static Member
ParseFile
Parse a *.glossary file and return a glossary entry.