Click or drag to resize
XDL

NXImageLayerVectorEditorModify Method

원본 객체와 수정 객체를 입력하여 편집 스택에 추가한다.

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public bool Modify(
	ref ArrayList originObjs,
	ref ArrayList modifyObjs
)

Parameters

originObjs  ArrayList
[In] 수정전 원본 객체 목록.
modifyObjs  ArrayList
[In] 수정후 객체 목록.

Return Value

Boolean
과정을 완료하면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also