Click or drag to resize

ChangeQueueOriginalInstanceIdsFromMaterialId Method

Return the collection of original document instance ids assocaited with the material id.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid[] OriginalInstanceIdsFromMaterialId(
	uint crc
)

Parameters

crc
Type: SystemUInt32
The material id

Return Value

Type: Guid

[Missing <returns> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.OriginalInstanceIdsFromMaterialId(System.UInt32)"]

See Also