Version: 2017.2
public static string IDToName (int id);

Parámetros

id The unique id of the layer.

Valor de retorno

string The name of the layer with id or "<unknown layer>" for invalid id.

Descripción

Returns the unique id of the layer. Will return "<unknown layer>" if an invalid id is given.