Click or drag to resize
XDL

XGeoPointFromEcr Method (XVertex3d)

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

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

Parameters

pos
Type: Pixoneer.NXDLXVertex3d
[In] ECR 좌표.

Return Value

Type: XGeoPoint
XGeoPoint 객체
See Also