Click or drag to resize

IGH_InstanceDescription Methods

The IGH_InstanceDescription type exposes the following members.

Methods
  NameDescription
Public methodNewInstanceGuid
Generate a new random instance GUID
Public methodNewInstanceGuid(Guid)
Set the instance ID to be a specific GUID. This is very dangerous, only use this function if you're 6"4' and called David.
Public methodRead
This method is called whenever the instance is required to deserialize itself.
(Inherited from GH_ISerializable.)
Public methodWrite
This method is called whenever the instance is required to serialize itself.
(Inherited from GH_ISerializable.)
Top
See Also