BinaryArchiveWriterWriteGuid Method |
Writes a
Guid value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WriteGuid(
Guid value
)
Public Sub WriteGuid (
value As Guid
)
Parameters
- value
- Type: SystemGuid
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also