| 
            
              XSIGSetCalcStatistics Method
             | 
          
        
         입력된 밴드의 리스트에 대한 Signature리스트 들에 대한 통계값을 계산한다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic bool CalcStatistics(
	ArrayList bands,
	XThread thd
)
Parameters
- bands  ArrayList
 -  Band의 리스트. 
 - thd  XThread
 -  XThread 객체. 
 
Return Value
Boolean 통계치를 계산하게 되면 true, 그렇지 않으면 false를 리턴. 
See Also