判断此三维图层集合对象是否包含指定名称的三维图层。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public bool Contains( string name ) |
参数
- name
- Type: System..::.String
可能包含在此三维图层集合中的三维图层对象的名称。
C# |
---|
public bool Contains( string name ) |