ChangeQueueOriginalInstanceIdsFromMaterialId Method |
Return the collection of original document instance ids assocaited with the material id.
Namespace:
Rhino.Render.ChangeQueue
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Guid[] OriginalInstanceIdsFromMaterialId(
uint crc
)
Public Function OriginalInstanceIdsFromMaterialId (
crc As UInteger
) As Guid()
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