File3dmTypeCodesTCODE_ENDOFFILE Field |
(0x00007FFF)
The TCODE_ENDOFFILE is the last chunk in the file and the first 4 bytes
of information in this chunk is an integer that contains the file length.
This chunk was added in February 2000 and files written with code released
earlier than this will not have this termination block.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic const uint TCODE_ENDOFFILE = 32767
Public Const TCODE_ENDOFFILE As UInteger = 32767
Field Value
Type:
UInt32
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.20
See Also