LayerTable.FindNameHash Method

LayerTableFindNameHash Method

Finds a Layer given its name hash.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Layer FindNameHash(
	NameHash nameHash
)
Public Function FindNameHash ( 
	nameHash As NameHash
) As Layer

Parameters

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

Return Value

Type: Layer
An Layer, or null on error.
Version Information

Rhino for Windows

Supported in: 6.8
See Also