据给定的参数信息,构造一个对象编辑事件参数类的新对象,给定的参数信息包括:编辑对象的坐标值、编辑的顶点是否在Z方向移动、顶点的ID、顶点所在对象的ID、选中或编辑的对象所属的图层。

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

语法

C#
public VertexModifiedEventArgs(
	Point3D position,
	bool moveZ,
	int pointId,
	int geomtryId,
	Layer3D layer
)

参数

position
Type: SuperMap.Data..::.Point3D
编辑对象的坐标值,精度为Double的三维点。
moveZ
Type: System..::.Boolean
编辑的顶点是否在Z方向移动。
pointId
Type: System..::.Int32
顶点的ID。比如编辑状态下的线、面对象的顶点ID。
geomtryId
Type: System..::.Int32
顶点所在对象的ID。
layer
Type: SuperMap.Realspace..::.Layer3D
当前对象所属的图层。

请参见