返回指定图层名称在此图层集合中的索引。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public int IndexOf(
	string name
)

参数

name
Type: System..::.String
要查找的图层的名称。

备注

找到指定图层则返回图层索引,否则返回-1。

请参见