Click or drag to resize
XDL

XPBTDataGroupGetNullValue Method

데이터 그룹의 색합성시 투명값으로 처리할 값을 확인한다.

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

Parameters

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

Return Value

Type: Double
색합성시 투명하게 처리할 값.
See Also