Click or drag to resize
XDL

XSIGSetGetSIGAt Method

XSIGSet를 생성하기 위해 추가된 XSIG 중 해당 Index에 대한 XSIG를 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public XSIG GetSIGAt(
	int nIndex
)

Parameters

nIndex  Int32
Index.

Return Value

XSIG
해당 XSIG의 인스턴스.
See Also