根据给定的特征物标编码和几何对象类型单独选中该物标以用于编辑。

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

语法

C#
public void SelectSingleChartObject(
	Layer layerChart,
	int code,
	GeometryType featureType,
	int recordsetID,
	bool isMoveToCenter
)

参数

layerChart
Type: SuperMap.Mapping..::.Layer
指定的海图图层。
code
Type: System..::.Int32
指定的特征物标编码。
featureType
Type: SuperMap.Data..::.GeometryType
recordsetID
Type: System..::.Int32
指定的特征物标所在的记录集的 ID。
isMoveToCenter
Type: System..::.Boolean
指定是否要将此特征物标在地图窗口中居中显示,为 true 时会刷新地图。

请参见