|
XDMBandGetGISColorTable Method
|
XRSGIS 객체에 설정된 ColorTable을 얻는다.
이값은 복사해서 얻기 때문에 여기의 값이 바뀌어도 Band 내의 XRSGIS값에 대한 Color값이 바뀌지 않는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic XColorTable GetGISColorTable()
Return Value
XColorTable XColorTable 객체.
See Also