Click or drag to resize
XDL

XUASLocalSetDecoderGetSensorPosition Method

센서의 위치를 얻는다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool GetSensorPosition(
	out XVertex3d pos
)

Parameters

pos
Type: Pixoneer.NXDLXVertex3d
[OUT] 센서의 경위도 위치. XVertex3d 요소 순서대로 경도(도), 위도(도), 고도(미터, 타원체 고도).

Return Value

Type: Boolean
센서 위치 획득 여부. 해당 항목이 메타데이터에 없을 수도 있다.
See Also