Click or drag to resize
XDL

XDMBandNoiseInterpolReadVerts Method

입력 데이터에서 읽어 잡음으로 설정한 값인 경우 잡음 제거를 위해 (x,y,z(DN)) 형태의 구조체를 생성한다.

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

Parameters

thd
Type: Pixoneer.NXDLXThread
[In] 쓰레드

Return Value

Type: Boolean
입력 데이터에서 데이터를 읽을 수 없거나 thread를 통해 취소하는 경우 false를, 나머지 경우에는 true를 반환한다.
See Also