Click or drag to resize

BinaryArchiveReaderEndRead3dmChunk Method

Calling this will skip rest of stuff in chunk if it was only partially read.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool EndRead3dmChunk(
	bool suppressPartiallyReadChunkWarning
)

Parameters

suppressPartiallyReadChunkWarning
Type: SystemBoolean
Generally, a call to ON_WARNING is made when a chunk is partially read. If suppressPartiallyReadChunkWarning is true, then no warning is issued for partially read chunks.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.FileIO.BinaryArchiveReader.EndRead3dmChunk(System.Boolean)"]

See Also