RhinoCommon API
LayerTableFindNameHash Method |
Finds a Layer given its name hash.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

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: LayerAn Layer, or null on error.
