Click or drag to resize

BinaryArchiveWriterWriteGuid Method

Writes a Guid value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WriteGuid(
	Guid value
)

Parameters

value
Type: SystemGuid
A value to write.
See Also