Click or drag to resize
XDL

XRSLoadFileCalcStatistics Method

로딩된 Band들에 대한 통계값을 강제로 재계산한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool CalcStatistics(
	XThread thd
)

Parameters

thd  XThread
[In] Thread 객체.

Return Value

Boolean
성공이면 true, 실패면 false
See Also