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
)
Public Sub WriteGuid (
value As Guid
)
Parameters
- value
- Type: SystemGuid
A value to write.
See Also