BinaryArchiveWriter.WritePoint4d Method

BinaryArchiveWriterWritePoint4d Method

Writes a Point4d value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WritePoint4d(
	Point4d value
)
Public Sub WritePoint4d ( 
	value As Point4d
)

Parameters

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