Click or drag to resize
XDL

XPBTDataGroupGetBandIndex Method

데이터 그룹의 색합성을 위한 밴드 조합을 확인한다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 2.0.3.31
Syntax
C#
public int GetBandIndex(
	int idx
)

Parameters

idx
Type: SystemInt32
입력 인덱스. Mode가 RGB인 경우, 0은 red로 설정된 밴드를, 1은 green으로 설정된 밴드를, 2는 blue로 설정된 밴드 인덱스를 반환한다.

Return Value

Type: Int32
색합성을 위해 사용하는 파일의 밴드 순서.
See Also