获得站点集合中是否包含指定名称的站点。

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

语法

C#
public bool Contains(
	string name
)

参数

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

返回值

包含返回true,否则返回false。

请参见