Click or drag to resize
XDL

XDMBandGetGISColorTable Method

XRSGIS 객체에 설정된 ColorTable을 얻는다. 이값은 복사해서 얻기 때문에 여기의 값이 바뀌어도 Band 내의 XRSGIS값에 대한 Color값이 바뀌지 않는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public XColorTable GetGISColorTable()

Return Value

Type: XColorTable
XColorTable 객체.
See Also