Click or drag to resize
XDL

XDMCompositeGetHideFlag Method

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

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

Parameters

Idx
Type: SystemInt32
composite 인덱스.

Return Value

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