Click or drag to resize
XDL

XDMBandFindGISFromID Method

밴드에 있는 XRSGIS 인스턴스 중에서 매개변수로 입력되는 ID에 해당하는 인스턴스를 찾는다.

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

Parameters

id  Int32
[In] XRSGIS ID.

Return Value

XRSGIS
XRSGIS 인스턴스.
See Also