Click or drag to resize
XDL

XDMBandFindGISFromID Method

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

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

Parameters

id
Type: SystemInt32
[In] XRSGIS ID.

Return Value

Type: XRSGIS
XRSGIS 인스턴스.
See Also