返回此气泡集合中指定名称的气泡的索引。

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

语法

C#
public int IndexOf(
	string name
)

参数

name
Type: System..::.String
要查找的气泡的名称。

返回值

找到指定的气泡则返回该气泡的索引,否则返回 -1。

请参见