Description:

Finds a Layer given its name hash.

Syntax:
public Layer FindNameHash(
NameHash nameHash
)
Parameters:
  • nameHash
  • Type: NameHash
  • The name hash of the Layer to be searched.
Returns:
Type: Layer
An Layer, or None on error.
Available since:
6.0

Nothing found