Click or drag to resize
XDL

XGeoidManager.LoadFileFromEGM2008 Method

EGM2008 파일을 로딩한다.

Namespace: Pixoneer.NXDL.NIO
Assembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntax
C#
public bool LoadFileFromEGM2008(
	string strGeoidPath
)

Parameters

strGeoidPath  String
EGM2008의 파일 경로.

Return Value

Boolean
성공이면 true, 실패이면 false
See Also