Click or drag to resize
XDL

XGeoPointFromEcr(XVertex3d) Method

ECR 좌표 값을 XVertex3d 객체로 입력 받아 XGeoPoint 객체를 생성하여 반환한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public static XGeoPoint FromEcr(
	ref XVertex3d pos
)

Parameters

pos  XVertex3d
[In] ECR 좌표.

Return Value

XGeoPoint
XGeoPoint 객체
See Also