GroupTable.FindNameHash Method

GroupTableFindNameHash Method

Finds a Linetype given its name hash.

Namespace:  Rhino.DocObjects.Tables
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 Linetype to be searched.

Return Value

Type: Group
An Linetype, or null on error.
Version Information

Rhino for Windows

Supported in: 6.8
See Also