Click or drag to resize
XDL

XConfigurationLoadConfigFile Method

특정 파일 경로의 환경설정 내용을 읽는다.

Namespace: Pixoneer.NXDL.NGR
Assembly: NXDLgr (in NXDLgr.dll) Version: 3.0.0.0
Syntax
C#
public bool LoadConfigFile(
	string strFilePath
)

Parameters

strFilePath  String
파일 경로.

Return Value

Boolean
성공이면 true를, 그렇지 않으면 false를 반환
See Also