Click or drag to resize
XDL

XfnSetConfigPath Method

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

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

Parameters

strPath  String
파일 경로.

Return Value

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