Click or drag to resize
XDL

XDMBandSetGISAt Method

입력된 인덱스에 XRSGIS 인스턴스를 설정한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public void SetGISAt(
	int nIndex,
	XRSGIS gis
)

Parameters

nIndex
Type: SystemInt32
[In] 입력 인덱스. 0부터 시작한다.
gis
Type: Pixoneer.NXDL.NRSXRSGIS
[In] XRSGIS 인스턴스.
See Also