ModelComponent.DataCRC Method

ModelComponentDataCRC Method

Increments the Cyclic Redundancy Check value by this instance.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public uint DataCRC(
	uint currentRemainder
)
Public Function DataCRC ( 
	currentRemainder As UInteger
) As UInteger

Parameters

currentRemainder
Type: SystemUInt32
The current remainder value.

Return Value

Type: UInt32
The updated remainder value.
Version Information

Rhino for Windows

Supported in: 6.8
See Also