ChangeQueueCrcFromGuid Method |
Helper function to get a CRC from a Guid.
Namespace:
Rhino.Render.ChangeQueue
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static uint CrcFromGuid(
Guid guid
)
Public Shared Function CrcFromGuid (
guid As Guid
) As UInteger
Parameters
- guid
- Type: SystemGuid
[Missing <param name="guid"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.CrcFromGuid(System.Guid)"]
Return Value
Type:
UInt32[Missing <returns> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.CrcFromGuid(System.Guid)"]
Version InformationRhino for Windows
Supported in: 6.12
See Also