Click or drag to resize
XDL

XConfigurationLoadConfigFile Method

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

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

Parameters

strFilePath
Type: SystemString
파일 경로.

Return Value

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