LayerTable.FindNameHash Method

LayerTableFindNameHash Method

Finds a Layer given its name hash.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
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.
See Also