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