用几何对象的ID数组指定一系列几何对象,将其批量加入到选择集中。

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

语法

C#
public int AddRange(
	int[] geometryIDs
)

参数

geometryIDs
Type: array< System..::.Int32 >[]()[]
新添加的一系列几何对象的ID(即其属性数据中 SmID 字段的值)组成的数组。

返回值

添加的几何对象的个数

请参见