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

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

语法

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

参数

layerChart
Type: SuperMap.Mapping..::.Layer
指定的海图图层。
code
Type: System..::.Int32
指定的特征物标编码。
geometryType
Type: SuperMap.Data..::.GeometryType
指定的特征物标的几何对象类型。只支持点、线、面。
recordsetID
Type: System..::.Int32
指定的特征物标所在的记录集的 ID。
isMoveToCenter
Type: System..::.Boolean
指定是否要将此特征物标在地图窗口中居中显示,为 true 时会刷新地图。

版本信息

SuperMap iObjects .NET


请参见