| ChangeQueueCreateWorld Method (Boolean) | 
 
            Signal the queue to do the initialisation of the queue, seeding it with the content currently available.
            
 
    Namespace: 
   Rhino.Render.ChangeQueue
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 6.0
 Syntax
Syntaxpublic void CreateWorld(
	bool bFlushWhenReady
)
Public Sub CreateWorld ( 
	bFlushWhenReady As Boolean
)
Parameters
- bFlushWhenReady
- Type: SystemBoolean
 Set to true CreateWorld should automatically flush at the end.
            Note that the Flush called when true is passed doesn't apply changes.
 See Also
See Also