Click or drag to resize
XDL

XTLVManagerGetValue Method

입력된 Index에 해당하는 Value값을 얻는다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public byte[] GetValue(
	int nIndex
)

Parameters

nIndex
Type: SystemInt32
인덱스 값.

Return Value

Type: Byte
Value값에 해당하는 Byte 배열.
See Also