BinaryArchiveWriter.WritePoint2d Method

BinaryArchiveWriterWritePoint2d Method

Writes a Point2d value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void WritePoint2d(
	Point2d value
)
Public Sub WritePoint2d ( 
	value As Point2d
)

Parameters

value
Type: Rhino.GeometryPoint2d
A value to write.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also