Click or drag to resize

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)
Since: 6.0
Syntax
public abstract ModelComponent FindNameHash(
	NameHash nameHash,
	ModelComponentType type
)

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.
See Also