File3dmGroupTable.FindNameHash Method

File3dmGroupTableFindNameHash Method

Finds a Group given its name hash.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Group FindNameHash(
	NameHash nameHash
)
Public Function FindNameHash ( 
	nameHash As NameHash
) As Group

Parameters

nameHash
Type: Rhino.FileIONameHash
The name hash of the Group to be searched.

Return Value

Type: Group
A Group, or null on error.
Version Information

Rhino for Windows

Supported in: 6.14
See Also