| ChangeQueueOriginalInstanceIdsFromTextureId Method  | 
 
            Return the collection of original document instance ids assocaited with the Texture id.
            
 
    Namespace: 
   Rhino.Render.ChangeQueue
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
 Syntax
Syntaxpublic Guid[] OriginalInstanceIdsFromTextureId(
	uint crc
)
Public Function OriginalInstanceIdsFromTextureId ( 
	crc As UInteger
) As Guid()
Parameters
- crc
- Type: SystemUInt32
 The Texture id
Return Value
Type: 
Guid[Missing <returns> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.OriginalInstanceIdsFromTextureId(System.UInt32)"]
 See Also
See Also