|
XRSLoadFileGetBandAt Method
|
입력 인덱스에 대한 Band를 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic XDMBand GetBandAt(
int nIndex
)
Parameters
- nIndex Int32
- [In] 입력 인덱스
Return Value
XDMBand 인덱스가 유효하면(0~NumBand-1) 해당 XDMBand를 리턴하고, 그렇지 않으면 null을 리턴한다.
See Also