RhinoCommon API
BinaryArchiveWriterWriteBoolArray Method |
Writes a list, an array, or any enumerable of Boolean to the archive.
The return will always be an array.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)

public void WriteBoolArray( IEnumerable<bool> value )
Public Sub WriteBoolArray ( value As IEnumerable(Of Boolean) )
Parameters
- value
- Type: System.Collections.GenericIEnumerableBoolean
A value to write.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14