Click or drag to resize

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.
Structures
  StructureDescription
Public structureVersionNumber
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
Interfaces
  InterfaceDescription
Public interfaceGH_ISerializable
Every object which needs to (de)serialize itself using GH_IO methodology must implement this interface.
Enumerations
  EnumerationDescription
Public enumerationVersionNumberBranch
Build branch, set by the build process.