据给定的参数信息,构造一个对象编辑事件参数类的新对象,给定的参数信息包括:编辑对象的ID集合、是否取消当前操作、编辑的对象所属的图层。

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

语法

C#
public ObjectBeforeEditedEventArgs(
	Dictionary<int, bool> ids,
	bool cancel,
	Layer3D layer
)

参数

ids
Type: System.Collections.Generic..::.Dictionary<(Of <(Int32, Boolean>)>)
编辑对象的ID集合。
cancel
Type: System..::.Boolean
是否取消当前操作。
layer
Type: SuperMap.Realspace..::.Layer3D
编辑的对象所属的图层。

请参见