Click or drag to resize
XDL

XDMBandIRFilter2DoIRFilter Method

IR 필터링을 수행한다.

Namespace: Pixoneer.NXDL.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public bool DoIRFilter(
	XThread thread
)

Parameters

thread  XThread
Thread 객체.

Return Value

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