RhinoCommon API
BinaryArchiveReaderEnableCRCCalculation Method |
Expert user function to control CRC calculation while reading and writing.
Typically this is used when seeking around and reading/writing information
in non-serial order.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public bool EnableCRCCalculation( bool enable )
Public Function EnableCRCCalculation ( enable As Boolean ) As Boolean
Parameters
- enable
- Type: SystemBoolean
[Missing <param name="enable"/> documentation for "M:Rhino.FileIO.BinaryArchiveReader.EnableCRCCalculation(System.Boolean)"]
Return Value
Type: BooleanCurrent state of CRC calculation. Use the returned value to restore the CRC calculation setting after you are finished doing your fancy pants expert IO.
