Click or drag to resize

BinaryArchiveWriterWriteLine Method

Writes a Line value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WriteLine(
	Line value
)

Parameters

value
Type: Rhino.GeometryLine
A value to write.
See Also