Grasshopper API
GH_ChunkWrite Method (BinaryWriter) |
Write this chunk and all child chunks to a binary stream.
Namespace: GH_IO.Serialization
Assembly: GH_IO (in GH_IO.dll)

Parameters
- writer
- Type: System.IOBinaryWriter
The Binary writer to use, cannot be null.
Implements
GH_IBinarySupportWrite(BinaryWriter)
Exception | Condition |
---|---|
MemberAccessException | Thrown if the name of this chunk is either null or empty. |
