Click or drag to resize

ChangeQueueEnvironmentFromOriginalInstanceId Method

Get the RenderEnvironment from the ChangeQueue content cache from the original instance id

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.5
Syntax
public RenderEnvironment EnvironmentFromOriginalInstanceId(
	Guid id
)

Parameters

id
Type: SystemGuid
The original instance id

Return Value

Type: RenderEnvironment
RenderEnvironment
See Also