Click or drag to resize
XDL

XRSSaveFileGetBandAt(Int32) Method

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

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public XDMBand GetBandAt(
	int nIndex
)

Parameters

nIndex  Int32
[In] 입력 인덱스

Return Value

XDMBand
XDMBand 객체
See Also