|
XDMBandEpipolarDEMGetTIN Method
|
TIN 데이터를 생성한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic bool GetTIN(
ref XTINDataSet tin,
XThread thd
)
Parameters
- tin XTINDataSet
- TIN data set.
- thd XThread
- XThread 객체.
Return Value
Boolean 성공이면 true, 실패이면 false
See Also