判定此图层集合对象是否包含指定名称的图层。

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

语法

C#
public bool Contains(
	string name
)

参数

name
Type: System..::.String
指定名称的图层

返回值

若此图层中包含指定名称的图层则返回true,否则返回false。

请参见