Click or drag to resize
XDL

XRSSaveFileGetBandAt Method (Int32, XDMBand)

입력 인덱스에 해당하는 Band를 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool GetBandAt(
	int nIndex,
	out XDMBand band
)

Parameters

nIndex
Type: SystemInt32
[In] 입력 인덱스.
band
Type: Pixoneer.NXDL.NRSXDMBand
[Out] XDMBand객체.

Return Value

Type: Boolean
성공이면 true, 실패이면 false
See Also