Click or drag to resize

File3dmGroupTableFindNameHash Method

Finds a Group given its name hash.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.5
Syntax
public Group FindNameHash(
	NameHash nameHash
)

Parameters

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

Return Value

Type: Group
A Group, or null on error.
See Also