Click or drag to resize
XDL

XDMCompositeGetHideFlag Method

입력 인덱스에 대응하는 영상의 도시 여부를 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool GetHideFlag(
	int Idx
)

Parameters

Idx  Int32
composite 인덱스.

Return Value

Boolean
true를 반환되면 도시하지 않고, false를 설정하면 도시한다.
See Also