Click or drag to resize
XDL

XscCoordFromWM Method

Web Mercator 좌표 위치로부터 새로운 XscCoord 객체를 생성한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public static XscCoord FromWM(
	ref XVertex3d pos
)

Parameters

pos
Type: Pixoneer.NXDLXVertex3d
[In] Web Mercator 위치.

Return Value

Type: XscCoord
새로운 XscCoord의 인스턴스를 반환한다.
See Also