Click or drag to resize
XDL

XDMBandEpipolarDEMGetTIN Method

TIN 데이터를 생성한다.

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

Parameters

tin  XTINDataSet
TIN data set.
thd  XThread
XThread 객체.

Return Value

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