Click or drag to resize

ChangeQueue Constructor (Guid, CreatePreviewEventArgs)

Construct a new ChangeQueue using the given CreatePreviewEventArgs. The preview scene for these args will be used to populate the world.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected ChangeQueue(
	Guid pluginId,
	CreatePreviewEventArgs createPreviewEventArgs
)

Parameters

pluginId
Type: SystemGuid
Id of plugin instantiating ChangeQueue
createPreviewEventArgs
Type: Rhino.RenderCreatePreviewEventArgs

[Missing <param name="createPreviewEventArgs"/> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.#ctor(System.Guid,Rhino.Render.CreatePreviewEventArgs)"]

See Also