Click or drag to resize
XDL

XvcCreateCloneObj Method

특정 객체와 동일한 객체를 생성한다.

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntax
C#
public static XvcObj CreateCloneObj(
	XvcObj pObj
)

Parameters

pObj  XvcObj
[In] 복제할 벡터 객체

Return Value

XvcObj
See Also