| ChangeQueueTextureFromOriginalInstanceId Method  | 
 
            Get the RenderTexture from the ChangeQueue content cache from the original instance id
            
 
    Namespace: 
   Rhino.Render.ChangeQueue
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 8.5
 Syntax
Syntaxpublic RenderTexture TextureFromOriginalInstanceId(
	Guid id
)
Public Function TextureFromOriginalInstanceId ( 
	id As Guid
) As RenderTexture
Parameters
- id
- Type: SystemGuid
 The original instance id
Return Value
Type: 
RenderTextureRenderTexture
 See Also
See Also