Click or drag to resize

BinaryArchiveWriterWriteObjRef Method

Writes a ObjRef to the archive

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.8
Syntax
public void WriteObjRef(
	ObjRef objref
)

Parameters

objref
Type: Rhino.DocObjectsObjRef

[Missing <param name="objref"/> documentation for "M:Rhino.FileIO.BinaryArchiveWriter.WriteObjRef(Rhino.DocObjects.ObjRef)"]

Return Value

Type: 
the element that was read
See Also