返回指定名称的地形图层的序号。

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

语法

C#
public int IndexOf(
	string name
)

参数

name
Type: System..::.String
指定的地形图层对象的名称。

返回值

指定地形图层对象的序号,如果未找到对应的序号,则返回-1。

请参见