返回是否包含指定名称的路线。

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

语法

C#
public bool Contains(
	string name
)

参数

name
Type: System..::.String
指定的路线名称。

返回值

一个布尔值,表示是否包含指定名称的路线。true表示包含,false表示不包含。

请参见