| ChangeQueueMaterialFromId Method  | 
 
            Get the RenderMaterial from the ChangeQueue material cache based on RenderHash
            
 
    Namespace: 
   Rhino.Render.ChangeQueue
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 6.0
 Syntax
Syntaxpublic RenderMaterial MaterialFromId(
	uint crc
)
Public Function MaterialFromId ( 
	crc As UInteger
) As RenderMaterial
Parameters
- crc
- Type: SystemUInt32
 The RenderHash
Return Value
Type: 
RenderMaterialRenderMaterial
 See Also
See Also