Click or drag to resize
XDL

XfnSetConfigPath Method

XDL라이브러리에서 사용하는 Configuration에 대한 파일 경로를 설정하여 Configuration을 초기화 한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public static bool SetConfigPath(
	string strPath
)

Parameters

strPath
Type: SystemString
파일 경로.

Return Value

Type: Boolean
성공인경우 true, 실패인 경우 false
See Also