|
XDMBandGetBandDate Method
|
영상 획득된 날짜를 얻는다. 이 정보는 Import시 원본 메타데이터 및 정보를 읽어 헤더 파일에 저장한 값이다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic void GetBandDate(
ref int nYear,
ref int nMonth,
ref int nDay
)
Parameters
- nYear Int32
- [Out] 획득 연도.
- nMonth Int32
- [Out] 획득 월.
- nDay Int32
- [Out] 획득 일.
See Also