Click or drag to resize
XDL

XDMBandGetGISAt Method

입력된 인덱스에 대응하는 XRSGIS 인스턴스를 얻는다.

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

Parameters

nIndex  Int32
[In] 인덱스 값.

Return Value

XRSGIS
XRSGIS 인스턴스.
See Also