GH_Author Class

GH_Author Class

Maintains author information such as name, company, copyright, address etc.
Inheritance Hierarchy
SystemObject
  Grasshopper.KernelGH_Author

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_Author : GH_ISerializable, IGH_Author
Public Class GH_Author
	Implements GH_ISerializable, IGH_Author

The GH_Author type exposes the following members.

Constructors
  NameDescription
Public methodGH_Author
Initializes a new instance of the GH_Author class
Public methodGH_Author(IGH_Author)
Initializes a new instance of the GH_Author class
Top
Properties
Methods
  NameDescription
Public methodClear
Erase all fields.
Public methodRead
Public methodWrite
Top
See Also