RhinoCommon API
GroupTableFindNameHash Method |
Finds a group given its name hash.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0
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: GroupAn group, or null on error.