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
)
Public Function EndRead3dmChunk (
suppressPartiallyReadChunkWarning As Boolean
) As Boolean
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