返回当前地形图层集合是否包含指定名称的地形图层对象。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public bool Contains( string name ) |
参数
- name
- Type: System..::.String
指定的地形图层对象的名称。
C# |
---|
public bool Contains( string name ) |