BinaryArchiveWriter.Write3dmChunkVersion Method

BinaryArchiveWriterWrite3dmChunkVersion Method

A chunk version is a single byte that encodes a major.minor version number. Useful when creating I/O code for 3dm chunks that may change in the future. Increment the minor version number if new information is added to the end of the chunk. Increment the major version if the format of the chunk changes in some other way.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Write3dmChunkVersion(
	int major,
	int minor
)
Public Sub Write3dmChunkVersion ( 
	major As Integer,
	minor As Integer
)

Parameters

major
Type: SystemInt32
0 to 15.
minor
Type: SystemInt32
0 to 16.

Return Value

Type: 
true on successful read.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also