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

public void WriteShortArray( IEnumerable<short> value )
Public Sub WriteShortArray ( value As IEnumerable(Of Short) )
Parameters
- value
- Type: System.Collections.GenericIEnumerableInt16
A value to write.

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