public static string IDToName (int id);

Parámetros

idThe 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.