 | XDMBandGetBandTime Method |
영상 획득된 시간을 얻는다. 이 정보는 Import시 원본 메타데이터 및 정보를 읽어 헤더 파일에 저장한 값이다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic void GetBandTime(
ref int nHour,
ref int nMin,
ref int nSec
)
Parameters
- nHour
- Type: SystemInt32
[Out] 획득 시. - nMin
- Type: SystemInt32
[Out] 획득 분. - nSec
- Type: SystemInt32
[Out] 획득 초.
See Also