Description:

Finds a HatchPattern given its name.

Syntax:
public HatchPattern FindName(
string name
)
Parameters:
  • name
  • Type: string
  • The name of the HatchPattern to be searched.
Returns:
An HatchPattern, or None on error.
Available since:
6.0

Nothing found