Click or drag to resize
XDL

XDMBandEpipolarDEMGetTIN Method

TIN 데이터를 생성한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool GetTIN(
	ref XTINDataSet tin,
	XThread thd
)

Parameters

tin
Type: Pixoneer.NXDL.NRSXTINDataSet
TIN data set.
thd
Type: Pixoneer.NXDLXThread
XThread 객체.

Return Value

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