Click or drag to resize
XDL

XGeoidManagerLoadFileFromEGM2008 Method

EGM2008 파일을 로딩한다.

Namespace: Pixoneer.NXDL.NIO
Assembly: NXDLio (in NXDLio.dll) Version: 3.0.0.3
Syntax
C#
public virtual bool LoadFileFromEGM2008(
	string strGeoidPath,
	ref string strError
)

Parameters

strGeoidPath  String
EGM2008의 파일 경로.
strError  String

[Missing <param name="strError"/> documentation for "M:Pixoneer.NXDL.NIO.XGeoidManager.LoadFileFromEGM2008(System.String,System.String@)"]

Return Value

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