Click or drag to resize

SimpleArrayBinaryArchiveReaderAdd Method

Adds a new Interval at the end of this array.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void Add(
	BinaryArchiveReader reader
)

Parameters

reader
Type: Rhino.FileIOBinaryArchiveReader

[Missing <param name="reader"/> documentation for "M:Rhino.Runtime.InteropWrappers.SimpleArrayBinaryArchiveReader.Add(Rhino.FileIO.BinaryArchiveReader)"]

See Also