Click or drag to resize
XDL

XDMBandPointsToGridGenerateOutput Method

입력된 점좌표 데이터들을 이용하여 출력 그리드 데이터로 변환한다.

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

Parameters

thd  XThread
[In] XThread 객체.

Return Value

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