Click or drag to resize
XDL

XvcCreateCloneObj Method

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

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

Parameters

pObj
Type: Pixoneer.NXDL.NVCXvcObj
[In] 복제할 벡터 객체

Return Value

Type: XvcObj
See Also