返回当前地形图层集合是否包含指定名称的地形图层对象。

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

语法

C#
public bool Contains(
	string name
)

参数

name
Type: System..::.String
指定的地形图层对象的名称。

返回值

如果当前地形图层集合中包含指定名称的地形图层对象,返回true;否则,返回false。

请参见