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

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

语法

C#
public bool Contains(
	string name
)

参数

name
Type: System..::.String
可能包含在此三维图层集合中的三维图层对象的名称。

返回值

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

请参见