Click or drag to resize
XDL

XConfigurationLoadConfigFile Method

Configration파일 경로를 입력하여 Configration을 로딩한다.

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

Parameters

strFilePath
Type: SystemString
파일 경로.

Return Value

Type: Boolean
성공이면 XConfiguration 객체, 실패면 null
See Also