BinaryArchiveWriterWriteLine Method |
Writes a
Line value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WriteLine(
Line value
)
Public Sub WriteLine (
value As Line
)
Parameters
- value
- Type: Rhino.GeometryLine
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also