获取当前图层集合中可用的图层显示名称,即不与同级的其他图层显示名称冲突的显示名称。

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

语法

C#
public string GetAvailableCaption(
	string layerCaption
)

参数

layerCaption
Type: System..::.String
指定的图层显示名称。

返回值

返回当前图层集合中可用的图层显示名称。

请参见