Version: 2019.1
public static int NameToID (string name);

Parameters

nameThe name of the layer.

Returns

int The unique id of the layer with name.

Description

Returns the id given the name. Will return 0 if an invalid name was given.