Click or drag to resize
XDL

XDMBandGetBandTime Method

영상 획득된 시간을 얻는다. 이 정보는 Import시 원본 메타데이터 및 정보를 읽어 헤더 파일에 저장한 값이다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetBandTime(
	ref int nHour,
	ref int nMin,
	ref int nSec
)

Parameters

nHour  Int32
[Out] 획득 시.
nMin  Int32
[Out] 획득 분.
nSec  Int32
[Out] 획득 초.
See Also