Click or drag to resize
XDL

XDMBandGetNumOfGIS Method

XDMBand 객체에 포함된 XRSGIS객체의 수를 얻는다. XRSGIS 객체는 분류(Classification) 후에 정보를 담기 위해 저장한다.

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

Return Value

Int32
XRSGIS 인스턴스의 개수.
See Also