Click or drag to resize

PostEffectDataDataCRC Method

Get a CRC representing the state of the entire post effect.

Namespace:  Rhino.Render.PostEffects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public uint DataCRC(
	uint current_remainder
)

Parameters

current_remainder
Type: SystemUInt32

[Missing <param name="current_remainder"/> documentation for "M:Rhino.Render.PostEffects.PostEffectData.DataCRC(System.UInt32)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Rhino.Render.PostEffects.PostEffectData.DataCRC(System.UInt32)"]

See Also