在当前编辑图层添加一个几何对象,该对象支持撤销和重做操作。

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

语法

C#
public bool DoGeometryCreate(
	Geometry geometry
)

参数

geometry
Type: SuperMap.Data..::.Geometry
要添加的几何对象。

返回值

添加成功返回true,否则返回false。

请参见