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
Syntax 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:
Boolean
Current state of CRC calculation. Use the returned value to restore the
CRC calculation setting after you are finished doing your fancy pants
expert IO.
See Also