|
XRSSaveFileGetBandAt(Int32, XDMBand) Method
|
입력 인덱스에 해당하는 Band를 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic bool GetBandAt(
int nIndex,
out XDMBand band
)
Parameters
- nIndex Int32
- [In] 입력 인덱스.
- band XDMBand
- [Out] XDMBand객체.
Return Value
Boolean 성공이면 true, 실패이면 false
See Also