Click or drag to resize
XDL

XDMBandPointsToGridGenerateOutput Method

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

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

Parameters

thd
Type: Pixoneer.NXDLXThread

[Missing <param name="thd"/> documentation for "M:Pixoneer.NXDL.NRS.XDMBandPointsToGrid.GenerateOutput(Pixoneer.NXDL.XThread)"]

Return Value

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