Click or drag to resize
XDL

XDMBandGetBandDate Method

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

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

Parameters

nYear
Type: SystemInt32
[Out] 획득 연도.
nMonth
Type: SystemInt32
[Out] 획득 월.
nDay
Type: SystemInt32
[Out] 획득 일.
See Also