根据给定的特征物标编码和几何对象类型,激活对应的特征物标添加的状态。

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

语法

C#
public bool ActivateChartFeatureAdd(
	Layer layerChart,
	int code,
	GeometryType featureType
)

参数

layerChart
Type: SuperMap.Mapping..::.Layer
指定的海图图层。
code
Type: System..::.Int32
指定的特征物标编码。
featureType
Type: SuperMap.Data..::.GeometryType

返回值

一个布尔值,指示特征物标的添加状态是否激活。如果成功激活,返回 true,否则返回 false。

请参见