根据给定的参数信息,构造一个几何对象编辑事件参数类的新对象,给定的参数信息包括:编辑几何对象的ID、是否取消以该参数类对象作为参数的事件所对应的操作和编辑的几何对象所属的图层。
命名空间:
SuperMap.UI程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public GeometryEventArgs( int id, bool cancel, Layer layer ) |
参数
- id
- Type: System..::.Int32
编辑几何对象的ID。
- cancel
- Type: System..::.Boolean
是否取消以该参数类对象作为参数的事件所对应的操作。
- layer
- Type: SuperMap.Mapping..::.Layer
编辑的几何对象所属的图层。