Click or drag to resize
XDL

XRSLoadFileCalcStatistics Method

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

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

Parameters

thd
Type: Pixoneer.NXDLXThread
[In] Thread 객체.

Return Value

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