Click or drag to resize
XDL

XROIIsCalculated Method

ROI 통계치가 계산되었는지 여부를 반환한다.

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

Return Value

Type: Boolean
이미 계산이 되었으면 true, 계산되지 않았으면 false를 반환한다.
See Also