根据给定的被选中对象的个数,构造一个对象被选中事件参数类的新对象。

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

语法

C#
public ObjectSelectedEventArgs(
	int count
)

参数

count
Type: System..::.Int32
被选中对象的个数。

请参见