BinaryArchiveReaderReadObjRefArray Method |
Reads an array of
Double from the archive.
An array is returned even if the input was another enumerable type.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.8
Syntax public ObjRef[] ReadObjRefArray()
Public Function ReadObjRefArray As ObjRef()
Return Value
Type:
ObjRefThe array that was read.
See Also