|
XDMBandSetGISAt Method
|
입력된 인덱스에 XRSGIS 인스턴스를 설정한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic void SetGISAt(
int nIndex,
XRSGIS gis
)
Parameters
- nIndex Int32
- [In] 입력 인덱스. 0부터 시작한다.
- gis XRSGIS
- [In] XRSGIS 인스턴스.
See Also