| ChangeQueueEnvironmentForid Method  | 
 
            Get RenderEnvironment for given RenderHash. Can return null.
            
 
    Namespace: 
   Rhino.Render.ChangeQueue
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 6.0
 Syntax
Syntaxpublic RenderEnvironment EnvironmentForid(
	uint crc
)
Public Function EnvironmentForid ( 
	crc As UInteger
) As RenderEnvironment
Parameters
- crc
- Type: SystemUInt32
 [Missing <param name="crc"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.EnvironmentForid(System.UInt32)"] 
Return Value
Type: 
RenderEnvironmentRenderEnvironment if render hash gives a match, null otherwise
 See Also
See Also