Grasshopper API
GH_IO Namespace |
Base namespace of the GH_IO.dll library. This library contains the classes and functions needed to read and write Grasshopper files. This library does not depend on Grasshopper.dll or Rhino_DotNET.dll, so it can be used by unrelated projects.

Structure | Description | |
---|---|---|
![]() | VersionNumber |
Represents a product version number that encodes major, minor, time and build branch information.
as major.minor.yyddd.hhmmb where:
yy = year of build - 2000
ddd = year day of build (1-366)
hh = hour of build
mm = minute of build
b = branch of build
|

Interface | Description | |
---|---|---|
![]() | GH_ISerializable |
Every object which needs to (de)serialize itself using GH_IO methodology
must implement this interface.
|

Enumeration | Description | |
---|---|---|
![]() | VersionNumberBranch |
Build branch, set by the build process.
|