Click or drag to resize
XDL

XDMBandSetGISAt Method

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

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

Parameters

nIndex  Int32
[In] 입력 인덱스. 0부터 시작한다.
gis  XRSGIS
[In] XRSGIS 인스턴스.
See Also