ManifestTable.FindNameHash Method (NameHash, ModelComponentType)

ManifestTableFindNameHash Method (NameHash, ModelComponentType)

Uses the hash of the name to find a model component. Deleted objects have no name.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract ModelComponent FindNameHash(
	NameHash nameHash,
	ModelComponentType type
)
Public MustOverride Function FindNameHash ( 
	nameHash As NameHash,
	type As ModelComponentType
) As ModelComponent

Parameters

nameHash
Type: Rhino.FileIONameHash
NameHash of model component to search for.
type
Type: Rhino.DocObjectsModelComponentType
The type to be searched. Cannot be Unset.

Return Value

Type: ModelComponent
Reference to the rhino object or null if no such object could be found.
Version Information

Rhino for Windows

Supported in: 6.14
See Also