Click or drag to resize
XDL

XSarParametersGetFDCRange Method

K5 영상 attribute 중 Centroid vs Range Time Polynomial 값을 얻는다. 6개의 double 값을 가져온다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetFDCRange(
	out double[] fdcRange
)

Parameters

fdcRange  Double
[Out] Centroid vs Range Time Polynomial 값을 가져오기 위한 배열.
See Also