Click or drag to resize
XDL

XDMBandGetBandDate Method

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

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetBandDate(
	ref int nYear,
	ref int nMonth,
	ref int nDay
)

Parameters

nYear  Int32
[Out] 획득 연도.
nMonth  Int32
[Out] 획득 월.
nDay  Int32
[Out] 획득 일.
See Also