Click or drag to resize
XDL

NXPlanetLayerVectorEditor_Event_Edit Delegate

사용자가 벡터 객체를 편집할 때 호출된다.

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public delegate bool NXPlanetLayerVectorEditor_Event_Edit(
	XvcObj Obj
)

Parameters

Obj  XvcObj
편집하는 객체

Return Value

Boolean
작업이 성공하면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also