获得指定名称的站点的序号。

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

语法

C#
public int IndexOf(
	string name
)

参数

name
Type: System..::.String
待查找的站点的名称。

返回值

找到则返回站点序号,否则返回-1。

请参见