RhinoCommon API
BinaryArchiveWriterEnableCRCCalculation 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)

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.BinaryArchiveWriter.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.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14