ManifestTable.FindNameHash(T) Method (NameHash)

ManifestTableFindNameHashT Method (NameHash)

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 T FindNameHash<T>(
	NameHash nameHash
)
where T : ModelComponent
Public Function FindNameHash(Of T As ModelComponent) ( 
	nameHash As NameHash
) As T

Parameters

nameHash
Type: Rhino.FileIONameHash
Name hash of model component to search for.

Type Parameters

T
The type, derived from ModelComponent.

Return Value

Type: T

[Missing <returns> documentation for "M:Rhino.FileIO.ManifestTable.FindNameHash``1(Rhino.FileIO.NameHash)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also