Click or drag to resize
XDL

XDMBandFusionDoFusion Method

Fusion을 수행한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool DoFusion(
	XThread thd
)

Parameters

thd  XThread
Thread 객체.

Return Value

Boolean
성공이면 true, 실패이면 false
See Also