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

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

语法

C#
public int IndexOf(
	string name
)

参数

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

返回值

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

请参见