Click or drag to resize
XDL

XConfigurationLoadConfigFile Method

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

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

Parameters

strFilePath  String
파일 경로.

Return Value

Boolean
성공이면 true를, 아니면, false를 반환
See Also