从下拉列表中移除指定名称的图层。

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

语法

C#
public void Remove(
	string layerName
)

参数

layerName
Type: System..::.String
待移除图层的名称。

请参见