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

参数

name 图层的名称。

返回

int Returns the unique id of the layer with name.

描述

根据给定的名称返回 ID。如果提供的是无效名称,则返回 0。