Click or drag to resize
XDL

XPBTDataGroup.GetCutMax Method

데이터 그룹의 색합성을 위한 데이터 도시 최대값을 확인한다.

Namespace: Pixoneer.NXDL.NGR
Assembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntax
C#
public double GetCutMax(
	int idx
)

Parameters

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

Return Value

Double
색합성을 위한 데이터 도시 최대값.
See Also